Property | Type | Description | |
---|---|---|---|
InitialStackMessages | LogStackMessages | ||
InitialStackTrace | LogStackTrace |
Method | Description | |
---|---|---|
Publish ( MessageLevel level, MessageFlags flags, string eventName, string message = null, string details = null, |
Raises a log message with the provided data.
|
|
Publish ( MessageLevel level, string eventName, string message = null, string details = null, |
Raises a log message with the provided data.
|
|
RegisterEvent ( MessageLevel level, MessageFlags flags, string eventName ) : |
Initializes an LogEventPublisher with the provided values.
|
|
RegisterEvent ( MessageLevel level, MessageFlags flags, string eventName, int stackTraceDepth, |
Initializes an LogEventPublisher with the provided values.
|
|
RegisterEvent ( MessageLevel level, string eventName ) : |
Initializes an LogEventPublisher with the provided values.
|
|
RegisterEvent ( MessageLevel level, string eventName, int stackTraceDepth, |
Initializes an LogEventPublisher with the provided values.
|
|
ToString ( ) : string |
Gets the full name of the type.
|
Method | Description | |
---|---|---|
InternalRegisterEvent ( |
Initializes an LogEventPublisher with a series of settings.
|
|
InternalRegisterEvent ( |
Initializes an LogEventPublisher with a series of settings.
|
|
InternalRegisterNewEvent ( |
||
LogPublisher ( |
public Publish ( MessageLevel level, MessageFlags flags, string eventName, string message = null, string details = null, |
||
level | MessageLevel | the level of the message |
flags | MessageFlags | associated flags |
eventName | string | A short name about what this message is detailing. Typically this will be a few words. |
message | string | A longer message than |
details | string | A long text field with the details of the message. |
exception | An exception object if one is provided. | |
return | void |
public Publish ( MessageLevel level, string eventName, string message = null, string details = null, |
||
level | MessageLevel | the level of the message |
eventName | string | A short name about what this message is detailing. Typically this will be a few words. |
message | string | A longer message than |
details | string | A long text field with the details of the message. |
exception | An exception object if one is provided. | |
return | void |
public RegisterEvent ( MessageLevel level, MessageFlags flags, string eventName ) : |
||
level | MessageLevel | the level of the message |
flags | MessageFlags | associated flags |
eventName | string | the name of the event. |
return |
public RegisterEvent ( MessageLevel level, MessageFlags flags, string eventName, int stackTraceDepth, |
||
level | MessageLevel | the level of the message |
flags | MessageFlags | associated flags |
eventName | string | |
stackTraceDepth | int | |
messagesPerSecond | ||
burstLimit | int | |
return |
public RegisterEvent ( MessageLevel level, string eventName ) : |
||
level | MessageLevel | the level of the message and associated flags if any |
eventName | string | the name of the event. |
return |
public RegisterEvent ( MessageLevel level, string eventName, int stackTraceDepth, |
||
level | MessageLevel | the level of the message |
eventName | string | |
stackTraceDepth | int | |
messagesPerSecond | ||
burstLimit | int | |
return |
public LogStackMessages InitialStackMessages | ||
return | LogStackMessages |