C# Класс NServiceBus.AcceptanceTesting.ContextAppender

This class is written under the assumption that acceptance tests are executed sequentially.
Наследование: ILog
Показать файл Открыть проект

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

Метод Описание
ContextAppender ( LogLevel level, Func context ) : System
Debug ( string message ) : void
Debug ( string message, Exception exception ) : void
DebugFormat ( string format ) : void
Error ( string message ) : void
Error ( string message, Exception exception ) : void
ErrorFormat ( string format ) : void
Fatal ( string message ) : void
Fatal ( string message, Exception exception ) : void
FatalFormat ( string format ) : void
Info ( string message ) : void
Info ( string message, Exception exception ) : void
InfoFormat ( string format ) : void
Log ( string message, LogLevel messageSeverity ) : void
Warn ( string message ) : void
Warn ( string message, Exception exception ) : void
WarnFormat ( string format ) : void

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

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

public ContextAppender ( LogLevel level, Func context ) : System
level LogLevel
context Func
Результат System

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

public Debug ( string message ) : void
message string
Результат void

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

public Debug ( string message, Exception exception ) : void
message string
exception System.Exception
Результат void

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

public DebugFormat ( string format ) : void
format string
Результат void

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

public Error ( string message ) : void
message string
Результат void

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

public Error ( string message, Exception exception ) : void
message string
exception System.Exception
Результат void

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

public ErrorFormat ( string format ) : void
format string
Результат void

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

public Fatal ( string message ) : void
message string
Результат void

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

public Fatal ( string message, Exception exception ) : void
message string
exception System.Exception
Результат void

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

public FatalFormat ( string format ) : void
format string
Результат void

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

public Info ( string message ) : void
message string
Результат void

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

public Info ( string message, Exception exception ) : void
message string
exception System.Exception
Результат void

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

public InfoFormat ( string format ) : void
format string
Результат void

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

public Log ( string message, LogLevel messageSeverity ) : void
message string
messageSeverity LogLevel
Результат void

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

public Warn ( string message ) : void
message string
Результат void

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

public Warn ( string message, Exception exception ) : void
message string
exception System.Exception
Результат void

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

public WarnFormat ( string format ) : void
format string
Результат void