Method | Description | |
---|---|---|
ConsoleLogger ( ILoggerEntry consoleLoggerEnrtry, int reportLevel = int.MaxValue ) : System | ||
Dispose ( ) : void | ||
GetOutputLocation ( ) : IEnumerable |
||
StepsStart ( ) : void | ||
StepsStop ( ) : void | ||
SubSectionEnd ( ) : void | ||
SubSectionStart ( ) : void | ||
WriteLine ( string content ) : void | ||
WriteLine ( string format, string arg ) : void | ||
WriteObject ( object content ) : void | ||
WriteOutputLocations ( IEnumerable |
public ConsoleLogger ( ILoggerEntry consoleLoggerEnrtry, int reportLevel = int.MaxValue ) : System | ||
consoleLoggerEnrtry | ILoggerEntry | |
reportLevel | int | |
return | System |
public WriteLine ( string format, string arg ) : void | ||
format | string | |
arg | string | |
return | void |
public WriteOutputLocations ( IEnumerable |
||
locations | IEnumerable |
|
return | void |