C# Class SpellLogger, CodeSpells

Datei anzeigen Open project: srfoster/CodeSpells Class Usage Examples

Public Properties

Property Type Description
file StreamWriter
loggedSpells string[]

Public Methods

Method Description
Log ( string message ) : void
LogCode ( string name, string message ) : void

Method Details

Log() public static method

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

LogCode() public static method

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

Property Details

file public_oe static_oe property

public static StreamWriter file
return StreamWriter

loggedSpells public_oe static_oe property

public static string[] loggedSpells
return string[]