EventLogSettings 类

定义

EventLogLogger 的设置。

public ref class EventLogSettings
public class EventLogSettings
type EventLogSettings = class
Public Class EventLogSettings
继承
EventLogSettings

构造函数

EventLogSettings()

属性

EventLog

仅用于单元测试目的。

Filter

用于根据日志级别筛选事件的函数。

LogName

事件日志的名称。 如果为 null 或未指定,则默认为“Application”。

MachineName

具有事件日志的计算机的名称。 如果 null 或未指定,则默认是本地计算机。

SourceName

事件日志源的名称。 如果为 null 或未指定,则默认为“Application”。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于