C# Class Crosschat.Utils.Logging.LoggerStub

Inheritance: ILogger
Mostrar archivo Open project: EgorBo/CrossChat-Xamarin.Forms

Public Methods

Method Description
Debug ( string format ) : void
Error ( string format ) : void
Exception ( Exception exc ) : void
Exception ( Exception exc, string captionFormat ) : void
Info ( string format ) : void
Trace ( string format ) : void
Warning ( string format ) : void

Method Details

Debug() public method

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

Error() public method

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

Exception() public method

public Exception ( Exception exc ) : void
exc System.Exception
return void

Exception() public method

public Exception ( Exception exc, string captionFormat ) : void
exc System.Exception
captionFormat string
return void

Info() public method

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

Trace() public method

public Trace ( string format ) : void
format string
return void

Warning() public method

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