C# Class Bit.Core.Services.ConsoleLogService

Inheritance: ILogService
Show file Open project: cozy/cozy-pass-mobile

Public Methods

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

Info() public method

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

Warning() public method

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