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
Afficher le fichier Open project: aurora-sim/Aurora-Libs Class Usage Examples

Méthodes publiques

Свойство 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
Résultat string

ExceptionString public_oe property

public string ExceptionString
Résultat string

Level public_oe property

public string Level
Résultat string

LoggerName public_oe property

public string LoggerName
Résultat string

Message public_oe property

public string Message
Résultat string

ThreadName public_oe property

public string ThreadName
Résultat string

TimeStamp public_oe property

public DateTime,System TimeStamp
Résultat System.DateTime