C# Class FFImageLoading.Forms.Sample.Droid.MainActivity.CustomLogger

Inheritance: FFImageLoading.Helpers.IMiniLogger
Mostra file Open project: daniel-luberda/FFImageLoading

Public Methods

Method Description
Debug ( string message ) : void
Error ( string errorMessage ) : void
Error ( string errorMessage, Exception ex ) : void

Method Details

Debug() public method

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

Error() public method

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

Error() public method

public Error ( string errorMessage, Exception ex ) : void
errorMessage string
ex System.Exception
return void