Method | Description | |
---|---|---|
LogError ( string file, string errorCode, string message, int line, int column ) : void | ||
LogException ( string file, Exception exception ) : void | ||
LogMessage ( string message ) : void | ||
LogWarning ( string file, string errorCode, string message, int line, int column ) : void |
public LogError ( string file, string errorCode, string message, int line, int column ) : void | ||
file | string | |
errorCode | string | |
message | string | |
line | int | |
column | int | |
return | void |
public LogException ( string file, Exception exception ) : void | ||
file | string | |
exception | Exception | |
return | void |
public LogWarning ( string file, string errorCode, string message, int line, int column ) : void | ||
file | string | |
errorCode | string | |
message | string | |
line | int | |
column | int | |
return | void |