C# Класс 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.

Наследование: System.Management.Instrumentation.BaseEvent
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Domain string
ExceptionString string
Level string
LoggerName string
Message string
ThreadName string
TimeStamp System.DateTime

Описание свойств

Domain публичное свойство

public string Domain
Результат string

ExceptionString публичное свойство

public string ExceptionString
Результат string

Level публичное свойство

public string Level
Результат string

LoggerName публичное свойство

public string LoggerName
Результат string

Message публичное свойство

public string Message
Результат string

ThreadName публичное свойство

public string ThreadName
Результат string

TimeStamp публичное свойство

public DateTime,System TimeStamp
Результат System.DateTime