C# Class ShellMe.CommandLine.Console.TraceConsole

Inheritance: AbstractTraceConsole, IDisposable
Datei anzeigen Open project: dff-solutions/shell.me Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ReadLine ( ) : string
TraceConsole ( AbstractConsole console, ICommand command ) : System
TraceEvent ( TraceEventType traceEventType, int code, string message ) : void
WriteLine ( string line ) : void

Private Methods

Method Description
GetLevel ( IEnumerable level ) : SourceLevels

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ReadLine() public method

public ReadLine ( ) : string
return string

TraceConsole() public method

public TraceConsole ( AbstractConsole console, ICommand command ) : System
console AbstractConsole
command ICommand
return System

TraceEvent() public method

public TraceEvent ( TraceEventType traceEventType, int code, string message ) : void
traceEventType TraceEventType
code int
message string
return void

WriteLine() public method

public WriteLine ( string line ) : void
line string
return void