C# Class log4net.Appender.WmiLoggingEvent

The default instrumented event raised by the WmiAppender

This is the default event fired by the WmiAppender. To fire a custom event set the WmiAppender.Layout to a subclass of WmiLayout that overrides the WmiLayout.CreateEvent method.

Inheritance: System.Management.Instrumentation.BaseEvent
Mostra file Open project: aurora-sim/Aurora-Libs Class Usage Examples

Public Properties

Property Type Description
Domain string
ExceptionString string
Level string
LoggerName string
Message string
ThreadName string
TimeStamp System.DateTime

Property Details

Domain public_oe property

public string Domain
return string

ExceptionString public_oe property

public string ExceptionString
return string

Level public_oe property

public string Level
return string

LoggerName public_oe property

public string LoggerName
return string

Message public_oe property

public string Message
return string

ThreadName public_oe property

public string ThreadName
return string

TimeStamp public_oe property

public DateTime,System TimeStamp
return System.DateTime