Skip to main content

Class MessageType

Class to store the information on how to log a message like it's Log73.LogType and Log73.Log73Styles.

Assembly: Log73.dll
View Source
Declaration
public class MessageType

Fields

LogType

View Source
Declaration
public LogType LogType

Name

View Source
Declaration
public string Name

Style

View Source
Declaration
public Log73Style Style

LogInfos

View Source
Declaration
public List<ILogInfo> LogInfos

WriteToStdErr

View Source
Declaration
public bool WriteToStdErr

ContentStyle

The style to be used for the content of the message

View Source
Declaration
public Log73Style ContentStyle

Extension Methods