C# Class FFImageLoading.MiniLoggerWrapper

Inheritance: IMiniLogger
Show file Open project: daniel-luberda/FFImageLoading Class Usage Examples

Public Methods

Method Description
Debug ( string message ) : void
Error ( string errorMessage ) : void
Error ( string errorMessage, Exception ex ) : void
MiniLoggerWrapper ( IMiniLogger logger, bool verboseLogging ) : System

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

MiniLoggerWrapper() public method

public MiniLoggerWrapper ( IMiniLogger logger, bool verboseLogging ) : System
logger IMiniLogger
verboseLogging bool
return System