public interface ContextProvider
Modifier and Type | Method and Description |
---|---|
void |
debug(String msg)
Used to log messages at debug level
|
void |
debug(String msg,
Throwable e)
Used to log messages at debug level
|
void |
error(String msg)
Used to log messages at error level
|
void |
error(String msg,
Throwable e)
Used to log messages at error level
|
Context |
getContext()
returns the instance of Context
|
Context getContext()
void debug(String msg, Throwable e)
msg
- the messagee
- the Throwablevoid error(String msg, Throwable e)
msg
- the messagee
- the ThrowableCopyright © 2016. All rights reserved.