Méthode | Description | |
---|---|---|
Indent ( ) : void |
Increases the IndentLevel by
|
|
Log ( |
Initializes a new instance of the Log class.
|
|
Unindent ( ) : void |
Decreases the IndentLevel by
|
|
WriteWithData ( string message, LogData logData, LogEvent logEvent ) : void |
Writes the specified message as error message with log data.
|
|
WriteWithData ( string message, object extraData, LogEvent logEvent ) : void |
Writes the specified message as specified log event with extra data.
|
Méthode | Description | |
---|---|---|
DebugWithData ( |
||
DebugWithData ( string message, LogData logData ) : void | ||
DebugWithData ( string message, object extraData = null ) : void | ||
ErrorWithData ( |
||
ErrorWithData ( string message, LogData logData ) : void | ||
ErrorWithData ( string message, object extraData = null ) : void | ||
InfoWithData ( |
||
InfoWithData ( string message, LogData logData ) : void | ||
InfoWithData ( string message, object extraData = null ) : void | ||
WarningWithData ( |
||
WarningWithData ( string message, LogData logData ) : void | ||
WarningWithData ( string message, object extraData = null ) : void | ||
WriteMessage ( string message, object extraData, LogData logData, LogEvent logEvent ) : void |
Raises the LogMessage event.
|
|
WriteWithData ( |
public Log ( |
||
targetType | The type for which this log is intented. | |
Résultat | System |
public WriteWithData ( string message, LogData logData, LogEvent logEvent ) : void | ||
message | string | The message. |
logData | LogData | The log data. |
logEvent | LogEvent | The log event. |
Résultat | void |
public WriteWithData ( string message, object extraData, LogEvent logEvent ) : void | ||
message | string | The message. |
extraData | object | The extra data. |
logEvent | LogEvent | The log event. |
Résultat | void |