C# Class Kafkaesque.Internals.NullLogger

Inheritance: ILogger
Mostra file Open project: mookid8000/Kafkaesque

Public Methods

Method Description
Error ( Exception exception, string message ) : void
Error ( string message ) : void
Information ( Exception exception, string message ) : void
Information ( string message ) : void
Verbose ( Exception exception, string message ) : void
Verbose ( string message ) : void
Warning ( Exception exception, string message ) : void
Warning ( string message ) : void

Method Details

Error() public method

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

Error() public method

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

Information() public method

public Information ( Exception exception, string message ) : void
exception Exception
message string
return void

Information() public method

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

Verbose() public method

public Verbose ( Exception exception, string message ) : void
exception Exception
message string
return void

Verbose() public method

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

Warning() public method

public Warning ( Exception exception, string message ) : void
exception Exception
message string
return void

Warning() public method

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