C# Class DISamples.Domain.Logging.Log4Net.LoggerImplementation

Inheritance: Logger
Show file Open project: dpdonahue/What-Is-Dependency-Injection-

Public Methods

Method Description
Debug ( string message ) : void
Error ( string message ) : void
Fatal ( string message ) : void
Info ( string message ) : void
LoggerImplementation ( ) : System
Warn ( string message ) : void

Method Details

Debug() public method

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

Error() public method

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

Fatal() public method

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

Info() public method

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

LoggerImplementation() public method

public LoggerImplementation ( ) : System
return System

Warn() public method

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