C# Class TraceLogger, CodeSpells

ファイルを表示 Open project: srfoster/CodeSpells Class Usage Examples

Public Properties

Property Type Description
file StreamWriter

Public Methods

Method 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 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

LogTrace() public static method

public static LogTrace ( string message ) : void
message string
return void

LogTrace() public static method

public static LogTrace ( string spell, string effects ) : void
spell string
effects string
return void

Property Details

file public_oe static_oe property

public static StreamWriter file
return StreamWriter