Show / Hide Table of Contents

Class MessageType

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

Inheritance
System.Object
MessageType
Namespace: Log73
Assembly: Log73.dll
Syntax
public class MessageType : object

Fields

| Improve this Doc View Source

ContentStyle

The style to be used for the content of the message

Declaration
public ConsoleStyleOption ContentStyle
Field Value
Type Description
ConsoleStyleOption
| Improve this Doc View Source

LogInfos

Declaration
public List<ILogInfo> LogInfos
Field Value
Type Description
List<ILogInfo>
| Improve this Doc View Source

LogType

Declaration
public LogType LogType
Field Value
Type Description
LogType
| Improve this Doc View Source

Name

Declaration
public string Name
Field Value
Type Description
System.String
| Improve this Doc View Source

Style

Declaration
public ConsoleStyleOption Style
Field Value
Type Description
ConsoleStyleOption
| Improve this Doc View Source

WriteToStdErr

Declaration
public bool WriteToStdErr
Field Value
Type Description
System.Boolean

Extension Methods

DumpExtensionMethods.Dump(Object)
DumpExtensionMethods.DumpInfo(Object)
DumpExtensionMethods.DumpWarn(Object)
DumpExtensionMethods.DumpError(Object)
DumpExtensionMethods.DumpDebug(Object)
SerializeExtensionMethods.SerializeAsXml(Object)
SerializeExtensionMethods.SerializeAsXml(Object, XmlWriterSettings)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX