Unwritten - Independent logging library

UnwrittenLogfile.LoggingType Property

Get or set the currently used logging type for this logfile instance. This logging type is used to filter messages before printing them into the associated logfile.

[Visual Basic]
Public Property LoggingType As UnwrittenLoggingType
[C#]
public UnwrittenLogfile.UnwrittenLoggingType LoggingType {get; set;}

See Also

UnwrittenLogfile Class | FuturesNet.IO.Unwritten Namespace