C# Class DotNES.Utilities.Logger

Datei anzeigen Open project: brandonpelfrey/dotnes

Public Methods

Method Description
Logger ( string className ) : System
error ( string message ) : void
info ( string message ) : void
setEnabled ( bool enabled ) : void

Private Methods

Method Description
printWithColor ( string message, TextWriter writer ) : void

Method Details

Logger() public method

public Logger ( string className ) : System
className string
return System

error() public method

public error ( string message ) : void
message string
return void

info() public method

public info ( string message ) : void
message string
return void

setEnabled() public method

public setEnabled ( bool enabled ) : void
enabled bool
return void