Method | Description | |
---|---|---|
Logger_LogItem ( ) : System | ||
debug ( string debugMessageFormat ) : void | ||
error ( string errorMessageFormat ) : void | ||
ex ( |
||
ex ( |
||
ex ( |
||
ex ( |
||
info ( string infoMessageFormat ) : void | ||
lines ( ) : List |
||
logItem ( |
||
logItem ( string type, string text ) : |
||
logToChache ( string text ) : void | ||
write ( string messageFormat ) : void | ||
writeMemory ( string message ) : string |
public debug ( string debugMessageFormat ) : void | ||
debugMessageFormat | string | |
return | void |
public error ( string errorMessageFormat ) : void | ||
errorMessageFormat | string | |
return | void |
public ex ( |
||
ex | ||
showStackTrace | bool | |
return | void |
public ex ( |
||
ex | ||
comment | string | |
return | void |
public ex ( |
||
ex | ||
comment | string | |
showStackTrace | bool | |
return | void |
public info ( string infoMessageFormat ) : void | ||
infoMessageFormat | string | |
return | void |
public logItem ( |
||
logItem | ||
return |
public logItem ( string type, string text ) : |
||
type | string | |
text | string | |
return |
public writeMemory ( string message ) : string | ||
message | string | |
return | string |