Table of Contents

Enum LogEntryFlags

Namespace
Phoesion.Glow.SDK.Lighthouse.API
Assembly
Phoesion.Glow.SDK.Lighthouse.API.dll
[Flags]
public enum LogEntryFlags : short

Fields

ClientSide = 4

Client-Side log

Enrichment = 1

Logging that is preserved only if non-enrichment messages are available

Ephemeral = 2

Logging with a short Time-To-Live

HasProperties = 8

Has Properties

HasTraceData = 16

This is a trace log

IsConsoleLog = 64

This is a console log

IsOrphan = 32

This is an orphan log entry

None = 0