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
Show 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 property

public string Domain
return string

ExceptionString public property

public string ExceptionString
return string

Level public property

public string Level
return string

LoggerName public property

public string LoggerName
return string

Message public property

public string Message
return string

ThreadName public property

public string ThreadName
return string

TimeStamp public property

public DateTime,System TimeStamp
return System.DateTime