Click or drag to resize

LogEntryLogType Property

Gets or sets the type of the log LogMsgType .

Namespace:  Koden.Utils.Logger
Assembly:  Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public LogMsgType LogType { get; set; }

Property Value

Type: LogMsgType
The type of the log.
See Also