C# Class NServiceBus.AcceptanceTesting.ContextAppender

This class is written under the assumption that acceptance tests are executed sequentially.
Inheritance: ILog
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
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

Method Details

ContextAppender() public method

public ContextAppender ( LogLevel level, Func context ) : System
level LogLevel
context Func
return System

Debug() public method

public Debug ( string message ) : void
message string
return void

Debug() public method

public Debug ( string message, Exception exception ) : void
message string
exception System.Exception
return void

DebugFormat() public method

public DebugFormat ( string format ) : void
format string
return void

Error() public method

public Error ( string message ) : void
message string
return void

Error() public method

public Error ( string message, Exception exception ) : void
message string
exception System.Exception
return void

ErrorFormat() public method

public ErrorFormat ( string format ) : void
format string
return void

Fatal() public method

public Fatal ( string message ) : void
message string
return void

Fatal() public method

public Fatal ( string message, Exception exception ) : void
message string
exception System.Exception
return void

FatalFormat() public method

public FatalFormat ( string format ) : void
format string
return void

Info() public method

public Info ( string message ) : void
message string
return void

Info() public method

public Info ( string message, Exception exception ) : void
message string
exception System.Exception
return void

InfoFormat() public method

public InfoFormat ( string format ) : void
format string
return void

Log() public method

public Log ( string message, LogLevel messageSeverity ) : void
message string
messageSeverity LogLevel
return void

Warn() public method

public Warn ( string message ) : void
message string
return void

Warn() public method

public Warn ( string message, Exception exception ) : void
message string
exception System.Exception
return void

WarnFormat() public method

public WarnFormat ( string format ) : void
format string
return void