C# Class TraceLogger, CodeSpells

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
LogError ( string errors ) : void
LogKV ( string key, string message ) : void
LogKVtime ( string key, string message ) : void
LogStart ( ) : void
LogStop ( ) : void
LogTrace ( string message ) : void
LogTrace ( string spell, string effects ) : void

Method Details

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

LogTrace() public static méthode

public static LogTrace ( string message ) : void
message string
Résultat void

LogTrace() public static méthode

public static LogTrace ( string spell, string effects ) : void
spell string
effects string
Résultat void

Property Details

file public_oe static_oe property

public static StreamWriter file
Résultat StreamWriter