C# Class KernowCode.KTest.Logging.Loggers

Inheritance: ILogger, ILogWithEmphasis, ILogWithImages, ILogWithExpandableSections
Datei anzeigen Open project: KernowCode/UBADDAS Class Usage Examples

Public Methods

Method Description
Add ( ILogger logger ) : void
AddRange ( IEnumerable loggers ) : void
Dispose ( ) : void
GetOutputLocation ( ) : IEnumerable
Loggers ( ) : System
SaveImage ( Image image, Image image2 ) : void
SetStartTextsToEmphasise ( ) : void
SetStartTextsToHaveSectionOpen ( ) : void
StepsStart ( ) : void
StepsStop ( ) : void
SubSectionEnd ( ) : void
SubSectionStart ( ) : void
Write ( string content ) : void
WriteLine ( string content ) : void
WriteLine ( string format, string arg ) : void
WriteObject ( object content ) : void
WriteOutputLocations ( IEnumerable locations ) : void

Private Methods

Method Description
HandleMidAlign ( string content, ILogger logger ) : string
PrependCachedContent ( string content ) : string
WithLoggers ( Action action ) : void

Method Details

Add() public method

public Add ( ILogger logger ) : void
logger ILogger
return void

AddRange() public method

public AddRange ( IEnumerable loggers ) : void
loggers IEnumerable
return void

Dispose() public method

public Dispose ( ) : void
return void

GetOutputLocation() public method

public GetOutputLocation ( ) : IEnumerable
return IEnumerable

Loggers() public method

public Loggers ( ) : System
return System

SaveImage() public method

public SaveImage ( Image image, Image image2 ) : void
image Image
image2 Image
return void

SetStartTextsToEmphasise() public method

public SetStartTextsToEmphasise ( ) : void
return void

SetStartTextsToHaveSectionOpen() public method

public SetStartTextsToHaveSectionOpen ( ) : void
return void

StepsStart() public method

public StepsStart ( ) : void
return void

StepsStop() public method

public StepsStop ( ) : void
return void

SubSectionEnd() public method

public SubSectionEnd ( ) : void
return void

SubSectionStart() public method

public SubSectionStart ( ) : void
return void

Write() public method

public Write ( string content ) : void
content string
return void

WriteLine() public method

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

WriteLine() public method

public WriteLine ( string format, string arg ) : void
format string
arg string
return void

WriteObject() public method

public WriteObject ( object content ) : void
content object
return void

WriteOutputLocations() public method

public WriteOutputLocations ( IEnumerable locations ) : void
locations IEnumerable
return void