C# Class LogStreamer.LogEntry

Show file Open project: StarcounterPrefabs/LogStreamer Class Usage Examples

Public Properties

Property Type Description
Guid System.Guid
Kind Logger.EntryKind
Message string
Name string
SessionId long
When System.DateTime

Property Details

Guid public property

public Guid,System Guid
return System.Guid

Kind public property

public Logger.EntryKind Kind
return Logger.EntryKind

Message public property

public string Message
return string

Name public property

public string Name
return string

SessionId public property

public long SessionId
return long

When public property

public DateTime,System When
return System.DateTime