C# Class Candidate.Core.Logger.ConsoleLogger

Inheritance: ILogger
Show file Open project: alexbeletsky/candidate

Public Methods

Method Description
Debug ( string message ) : void
Info ( string message ) : void
Success ( string message ) : void
Warning ( string message ) : void

Method Details

Debug() public method

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

Info() public method

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

Success() public method

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

Warning() public method

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