com.kinvey.java.Logger.KinveyLogger |
This interface defines the behaivor of a platform specific logger
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
debug(String message)
Time to write a debug message to the output
| ||||||||||
abstract void |
error(String message)
Time to write an error message to the output
| ||||||||||
abstract void |
info(String message)
Time to write an info message to the output
| ||||||||||
abstract void |
trace(String message)
Time to write a trace message to the output
| ||||||||||
abstract void |
warning(String message)
Time to write a warning message to the output
|
Time to write a debug message to the output
Time to write an error message to the output
Time to write an info message to the output
Time to write a trace message to the output
Time to write a warning message to the output