 | LoggerBasePlainMessage property |
If True, messages are output unchanged; due to asynchrony
of message handling can lead to sequence swaps.
If False, messages are provided with a timestamp and are prefixed with
Flush of the message buffer sorted by timestamp.
Default: False.
Namespace: NetEti.ApplicationControlAssembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxprotected bool PlainMessage { get; set; }
Protected Property PlainMessage As Boolean
Get
Set
protected:
property bool PlainMessage {
bool get ();
void set (bool value);
}
member PlainMessage : bool with get, set
Property value
Boolean
See also