C# Class logv.host.ConsoleLog

Inheritance: ILog
Exibir arquivo Open project: coolya/logv.http

Public Methods

Method Description
Debug ( string message ) : void
Error ( string message ) : void
Fatal ( string message ) : void
Info ( string message ) : void
Verbose ( string message ) : void
Warning ( 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

Verbose() public method

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

Warning() public method

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