Skip to main content

Class Log73Options

Assembly: Log73.dll
View Source
Declaration
public class Log73Options

Fields

LogLevel

View Source
Declaration
public LogLevel LogLevel

DumpMessageType

The Log73.MessageType used in Log73.ExtensionMethod.DumpExtensionMethods.Dump(System.Object).

View Source
Declaration
public MessageType DumpMessageType

ObjectSerializer

The Log73.IObjectSerializer used for serializing objects.

View Source
Declaration
public IObjectSerializer ObjectSerializer

UseBrackets

If true there are brackets ('[' and ']') around an Log73.ILogInfo's value and the message's Log73.LogType.

View Source
Declaration
public bool UseBrackets

SpaceAfterInfo

Write a space after a

View Source
Declaration
public bool SpaceAfterInfo

UseAnsi

Disables or enables the use of Ansi escape codes when logging.

View Source
Declaration
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
Declaration
public bool SeparateLogInfoWriteCalls

ColorScheme

The 16 color Log73.ColorSchemes.IColorScheme to use when Log73.Log73Options.UseAnsi is false

View Source
Declaration
public IColorScheme ColorScheme

AlwaysLogTaskStart

View Source
Declaration
public bool AlwaysLogTaskStart

WriteLineMessageType

The Log73.MessageType used for Log73.Console.WriteLine(System.Object) and Log73.Console.Log(System.Object).

View Source
Declaration
public MessageType WriteLineMessageType

Extension Methods