Property | Type | Description |
---|
Method | Description | |
---|---|---|
EndSection ( MessageType type, string message ) : void | ||
EndSection ( string message ) : void | ||
LogError ( string message ) : void | ||
LogError ( string file, int lineNumber, int linePosition, string message ) : void | ||
LogError ( string file, string message ) : void | ||
LogErrorFromException ( |
||
LogErrorFromException ( |
||
LogErrorFromException ( |
||
LogMessage ( MessageType type, string message ) : void | ||
LogMessage ( string message ) : void | ||
LogWarning ( string message ) : void | ||
LogWarning ( string file, int lineNumber, int linePosition, string message ) : void | ||
LogWarning ( string file, string message ) : void | ||
StartSection ( MessageType type, string message ) : void | ||
StartSection ( string message ) : void |
public EndSection ( MessageType type, string message ) : void | ||
type | MessageType | |
message | string | |
return | void |
public LogError ( string file, int lineNumber, int linePosition, string message ) : void | ||
file | string | |
lineNumber | int | |
linePosition | int | |
message | string | |
return | void |
public LogError ( string file, string message ) : void | ||
file | string | |
message | string | |
return | void |
public LogErrorFromException ( |
||
ex | ||
return | void |
public LogErrorFromException ( |
||
ex | ||
file | string | |
return | void |
public LogErrorFromException ( |
||
ex | ||
file | string | |
lineNumber | int | |
linePosition | int | |
return | void |
public LogMessage ( MessageType type, string message ) : void | ||
type | MessageType | |
message | string | |
return | void |
public LogWarning ( string file, int lineNumber, int linePosition, string message ) : void | ||
file | string | |
lineNumber | int | |
linePosition | int | |
message | string | |
return | void |
public LogWarning ( string file, string message ) : void | ||
file | string | |
message | string | |
return | void |
public StartSection ( MessageType type, string message ) : void | ||
type | MessageType | |
message | string | |
return | void |
public StartSection ( string message ) : void | ||
message | string | |
return | void |