Méthode | 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 | |
Résultat | System |
public WriteLine ( string format, string arg ) : void | ||
format | string | |
arg | string | |
Résultat | void |
public WriteObject ( object content ) : void | ||
content | object | |
Résultat | void |
public WriteOutputLocations ( IEnumerable |
||
locations | IEnumerable |
|
Résultat | void |