Method | Description | |
---|---|---|
ConsoleLoggerMidAligned ( int leftSectionPadding, 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 |
Method | Description | |
---|---|---|
AddIndentationTo ( string line ) : string | ||
FormatMidAlign ( string content, string line ) : string | ||
HelpCreateLine ( string content ) : string |
public ConsoleLoggerMidAligned ( int leftSectionPadding, int reportLevel = int.MaxValue ) : System | ||
leftSectionPadding | int | |
reportLevel | int | |
return | System |
public WriteLine ( string format, string arg ) : void | ||
format | string | |
arg | string | |
return | void |
public WriteOutputLocations ( IEnumerable |
||
locations | IEnumerable |
|
return | void |