Class Log73Options
Assembly: Log73.dll
View Source
public class Log73Options
Fields
LogLevel
View Source
public LogLevel LogLevel
DumpMessageType
The Log73.MessageType used in Log73.ExtensionMethod.DumpExtensionMethods.Dump(System.Object).
View Source
public MessageType DumpMessageType
ObjectSerializer
The Log73.IObjectSerializer used for serializing objects.
View Source
public IObjectSerializer ObjectSerializer
UseBrackets
If true
there are brackets ('[' and ']') around an Log73.ILogInfo's value and the message's Log73.LogType.
View Source
public bool UseBrackets
SpaceAfterInfo
Write a space after a
View Source
public bool SpaceAfterInfo
UseAnsi
Disables or enables the use of Ansi escape codes when logging.
View Source
public bool UseAnsi
SeparateLogInfoWriteCalls
When Log73.Log73Options.UseAnsi is true
, Log73.ILogInfos are written together with the message
and not written in separate write calls, if Log73.Log73Options.UseAnsi is false
and this
is true
they ARE written in separate calls because of limitations.
View Source
public bool SeparateLogInfoWriteCalls
ColorScheme
The 16 color Log73.ColorSchemes.IColorScheme to use when Log73.Log73Options.UseAnsi is false
View Source
public IColorScheme ColorScheme
AlwaysLogTaskStart
View Source
public bool AlwaysLogTaskStart
WriteLineMessageType
The Log73.MessageType used for Log73.Console.WriteLine(System.Object) and Log73.Console.Log(System.Object).
View Source
public MessageType WriteLineMessageType
Extension Methods
- Log73.ExtensionMethod.DumpExtensionMethods.Dump(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpInfo(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpWarn(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpError(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpDebug(System.Object)