Method | Description | |
---|---|---|
EndSection ( MessageType type, string message ) : void |
Ends the section.
|
|
EndSection ( string message ) : void |
Ends the section.
|
|
LogError ( string message ) : void |
Logs the error.
|
|
LogError ( string file, int lineNumber, int linePosition, string message ) : void |
Logs the error.
|
|
LogError ( string file, string message ) : void |
Logs the error.
|
|
LogErrorFromException ( |
Logs the error from exception.
|
|
LogErrorFromException ( |
Logs the error from exception.
|
|
LogErrorFromException ( |
Logs the error from exception.
|
|
LogMessage ( MessageType type, string message ) : void |
Logs the message.
|
|
LogMessage ( string message ) : void |
Logs the message.
|
|
LogWarning ( string message ) : void |
Logs the warning.
|
|
LogWarning ( string file, int lineNumber, int linePosition, string message ) : void |
Logs the warning.
|
|
LogWarning ( string file, string message ) : void |
Logs the warning.
|
|
StartSection ( MessageType type, string message ) : void |
Starts the section.
|
|
StartSection ( string message ) : void |
Starts the section.
|
public EndSection ( MessageType type, string message ) : void | ||
type | MessageType | The type. |
message | string | The message. |
return | void |
public EndSection ( string message ) : void | ||
message | string | The message. |
return | void |
public LogError ( string message ) : void | ||
message | string | The message. |
return | void |
public LogError ( string file, int lineNumber, int linePosition, string message ) : void | ||
file | string | The file. |
lineNumber | int | The line number. |
linePosition | int | The line position. |
message | string | The message. |
return | void |
public LogError ( string file, string message ) : void | ||
file | string | The file. |
message | string | The message. |
return | void |
public LogErrorFromException ( |
||
ex | The ex. | |
return | void |
public LogErrorFromException ( |
||
ex | The ex. | |
file | string | The file. |
return | void |
public LogErrorFromException ( |
||
ex | The ex. | |
file | string | The file. |
lineNumber | int | The line number. |
linePosition | int | The line position. |
return | void |
public LogMessage ( MessageType type, string message ) : void | ||
type | MessageType | The type. |
message | string | The message. |
return | void |
public LogMessage ( string message ) : void | ||
message | string | The message. |
return | void |
public LogWarning ( string message ) : void | ||
message | string | The message. |
return | void |
public LogWarning ( string file, int lineNumber, int linePosition, string message ) : void | ||
file | string | The file. |
lineNumber | int | The line number. |
linePosition | int | The line position. |
message | string | The message. |
return | void |
public LogWarning ( string file, string message ) : void | ||
file | string | The file. |
message | string | The message. |
return | void |
public StartSection ( MessageType type, string message ) : void | ||
type | MessageType | The type. |
message | string | The message. |
return | void |
public StartSection ( string message ) : void | ||
message | string | The message. |
return | void |