C# Class KernowCode.KTest.Logging.ConsoleLoggerMidAligned

Inheritance: ILogger, ILogWithMidAlign
Afficher le fichier Open project: KernowCode/UBADDAS

Méthodes publiques

Méthode 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 locations ) : void

Private Methods

Méthode Description
AddIndentationTo ( string line ) : string
FormatMidAlign ( string content, string line ) : string
HelpCreateLine ( string content ) : string

Method Details

ConsoleLoggerMidAligned() public méthode

public ConsoleLoggerMidAligned ( int leftSectionPadding, int reportLevel = int.MaxValue ) : System
leftSectionPadding int
reportLevel int
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetOutputLocation() public méthode

public GetOutputLocation ( ) : IEnumerable
Résultat IEnumerable

StepsStart() public méthode

public StepsStart ( ) : void
Résultat void

StepsStop() public méthode

public StepsStop ( ) : void
Résultat void

SubSectionEnd() public méthode

public SubSectionEnd ( ) : void
Résultat void

SubSectionStart() public méthode

public SubSectionStart ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( string content ) : void
content string
Résultat void

WriteLine() public méthode

public WriteLine ( string format, string arg ) : void
format string
arg string
Résultat void

WriteObject() public méthode

public WriteObject ( object content ) : void
content object
Résultat void

WriteOutputLocations() public méthode

public WriteOutputLocations ( IEnumerable locations ) : void
locations IEnumerable
Résultat void