C# Class ProgramLogger, CodeSpells

Afficher le fichier Open project: srfoster/CodeSpells Class Usage Examples

Méthodes publiques

Свойство Type Description
file StreamWriter
start DateTime

Méthodes publiques

Méthode 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 méthode

public static EncodeTo64 ( string toEncode ) : string
toEncode string
Résultat string

LogCode() public static méthode

public static LogCode ( string name, string message ) : void
name string
message string
Résultat void

LogEdit() public static méthode

public static LogEdit ( string etype, int start, int stop, string text ) : void
etype string
start int
stop int
text string
Résultat void

LogError() public static méthode

public static LogError ( string errors ) : void
errors string
Résultat void

LogKV() public static méthode

public static LogKV ( string key, string message ) : void
key string
message string
Résultat void

LogKVtime() public static méthode

public static LogKVtime ( string key, string message ) : void
key string
message string
Résultat void

LogStart() public static méthode

public static LogStart ( ) : void
Résultat void

LogStop() public static méthode

public static LogStop ( ) : void
Résultat void

getRealTime() public static méthode

public static getRealTime ( ) : double
Résultat double

Property Details

file public_oe static_oe property

public static StreamWriter file
Résultat StreamWriter

start public_oe static_oe property

public static DateTime start
Résultat DateTime