Property | Type | Description | |
---|---|---|---|
file | StreamWriter | ||
start | DateTime |
Method | Description | |
---|---|---|
EncodeTo64 ( string toEncode ) : string | ||
LogCode ( string name, string message ) : void | ||
LogEdit ( string etype, int start, int stop, string text ) : void | ||
LogError ( string errors ) : void | ||
LogKV ( string key, string message ) : void | ||
LogKVtime ( string key, string message ) : void | ||
LogStart ( ) : void | ||
LogStop ( ) : void | ||
getRealTime ( ) : double |
public static EncodeTo64 ( string toEncode ) : string | ||
toEncode | string | |
return | string |
public static LogCode ( string name, string message ) : void | ||
name | string | |
message | string | |
return | void |
public static LogEdit ( string etype, int start, int stop, string text ) : void | ||
etype | string | |
start | int | |
stop | int | |
text | string | |
return | void |
public static LogError ( string errors ) : void | ||
errors | string | |
return | void |
public static LogKV ( string key, string message ) : void | ||
key | string | |
message | string | |
return | void |
public static LogKVtime ( string key, string message ) : void | ||
key | string | |
message | string | |
return | void |