C# Класс KernowCode.KTest.Logging.ConsoleLogger

Наследование: ILogger
Показать файл Открыть проект

Открытые методы

Метод Описание
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 locations ) : void

Описание методов

ConsoleLogger() публичный Метод

public ConsoleLogger ( ILoggerEntry consoleLoggerEnrtry, int reportLevel = int.MaxValue ) : System
consoleLoggerEnrtry ILoggerEntry
reportLevel int
Результат System

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

GetOutputLocation() публичный Метод

public GetOutputLocation ( ) : IEnumerable
Результат IEnumerable

StepsStart() публичный Метод

public StepsStart ( ) : void
Результат void

StepsStop() публичный Метод

public StepsStop ( ) : void
Результат void

SubSectionEnd() публичный Метод

public SubSectionEnd ( ) : void
Результат void

SubSectionStart() публичный Метод

public SubSectionStart ( ) : void
Результат void

WriteLine() публичный Метод

public WriteLine ( string content ) : void
content string
Результат void

WriteLine() публичный Метод

public WriteLine ( string format, string arg ) : void
format string
arg string
Результат void

WriteObject() публичный Метод

public WriteObject ( object content ) : void
content object
Результат void

WriteOutputLocations() публичный Метод

public WriteOutputLocations ( IEnumerable locations ) : void
locations IEnumerable
Результат void