C# Class ProgramLogger, CodeSpells

Datei anzeigen Open project: srfoster/CodeSpells Class Usage Examples

Public Properties

Property Type Description
file StreamWriter
start DateTime

Public Methods

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

Method Details

EncodeTo64() public static method

public static EncodeTo64 ( string toEncode ) : string
toEncode string
return string

LogCode() public static method

public static LogCode ( string name, string message ) : void
name string
message string
return void

LogEdit() public static method

public static LogEdit ( string etype, int start, int stop, string text ) : void
etype string
start int
stop int
text string
return void

LogError() public static method

public static LogError ( string errors ) : void
errors string
return void

LogKV() public static method

public static LogKV ( string key, string message ) : void
key string
message string
return void

LogKVtime() public static method

public static LogKVtime ( string key, string message ) : void
key string
message string
return void

LogStart() public static method

public static LogStart ( ) : void
return void

LogStop() public static method

public static LogStop ( ) : void
return void

getRealTime() public static method

public static getRealTime ( ) : double
return double

Property Details

file public_oe static_oe property

public static StreamWriter file
return StreamWriter

start public_oe static_oe property

public static DateTime start
return DateTime