메소드 | 설명 | |
---|---|---|
Publish ( MessageFlags flags, string message = null, string details = null, |
Raises a log message with the provided data.
|
|
Publish ( string message = null, string details = null, |
Raises a log message with the provided data.
|
메소드 | 설명 | |
---|---|---|
LogEventPublisher ( |
public Publish ( MessageFlags flags, string message = null, string details = null, |
||
flags | MessageFlags | additional flags to set to this log |
message | string | |
details | string | A long text field with the details of the message. |
exception | An exception object if one is provided. | |
리턴 | void |
public Publish ( string message = null, string details = null, |
||
message | string | |
details | string | A long text field with the details of the message. |
exception | An exception object if one is provided. | |
리턴 | void |