For a list of all members of this type, see MessageFormatList members.
Public Fields
| Name | Description |
| CsvFormat | CSV Format LogTime,Message,Additional,TotalMilliseconds,LogLevel,MachineName,UserName,ProcessName,CallingMethod,LineNumberNewLine |
| DefaultMessageFormat |
Default Verbose Message Format for most of the loggers
See the Message Format topic in the Basic Tasks section of the help file.
|
| SimpleFormat | Simple format equivalent to Log4Net SimpleLayout LogLevel - Message |
| XmlLog4jLayout | XmlLog4jLayout Message Format <log4j:event logger="LoggerName" timestamp="MillisecondsSince1970" level="LogLevel" thread="ProcessName"><log4j:message>Message</log4j:message><log4j:properties><log4j:data name="log4jmachinename" value="MachineName" /><log4j:data name="log4net:HostName" value="CurrentAppDomain" /><log4j:data name="log4net:UserName" value="UserName" /><log4j:data name="log4japp" value="AssemblyName" /></log4j:properties><log4j:locationInfo class="Namespace.ClassName" method="MethodName" file="FileName" line="LineNumber" /></log4j:event>NewLine |
| XmlLog4NetLayout | XmlLog4NetLayout Message Format <log4net:event logger="LoggerName" timestamp="8601DateFormat" level="LogLevel" thread="ProcessName" domain="CurrentAppDomain" username="UserName"><log4net:message>Message</log4net:message><log4net:properties><log4net:data name="log4jmachinename" value="MachineName" /><log4net:data name="log4net:HostName" value="CurrentAppDomain" /><log4net:data name="log4net:UserName" value="UserName" /><log4net:data name="log4japp" value="AssemblyName" /></log4net:properties><log4net:locationInfo class="Namespace.ClassName" method="MethodName" file="FileName" line="LineNumber" /></log4net:event>NewLine |
Top
See Also