NET Logging Library
XmlLog4jLayout Field



KellermanSoftware.NetLoggingLibrary Namespace > MessageFormatList Class : XmlLog4jLayout Field
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
Syntax
Public Const XmlLog4jLayout As String
Dim value As String
 
value = MessageFormatList.XmlLog4jLayout
public const string XmlLog4jLayout
public:
const String^ XmlLog4jLayout
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MessageFormatList Class
MessageFormatList Members