logger-lib
/
com.umang.logger
/
SmartLogger
androidJvm
Smart
Logger
interface
SmartLogger
Content copied to clipboard
Functions
Properties
Extensions
Functions
equals
Link copied to clipboard
androidJvm
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
androidJvm
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
androidJvm
open fun
toString
():
String
Content copied to clipboard
Properties
className
Link copied to clipboard
androidJvm
open val
className
:
String
Content copied to clipboard
Extensions
debug
Link copied to clipboard
androidJvm
fun
SmartLogger
.
debug
(message:
String
, throwable:
Throwable
? = null)
Content copied to clipboard
Equivalent of
Log.d
error
Link copied to clipboard
androidJvm
fun
SmartLogger
.
error
(message:
String
, throwable:
Throwable
? = null)
Content copied to clipboard
Equivalent of
Log.e
info
Link copied to clipboard
androidJvm
fun
SmartLogger
.
info
(message:
String
, throwable:
Throwable
? = null)
Content copied to clipboard
Equivalent of
Log.i
verbose
Link copied to clipboard
androidJvm
fun
SmartLogger
.
verbose
(message:
String
, throwable:
Throwable
? = null)
Content copied to clipboard
Equivalent of
Log.v
warn
Link copied to clipboard
androidJvm
fun
SmartLogger
.
warn
(message:
String
, throwable:
Throwable
? = null)
Content copied to clipboard
Equivalent of
Log.w