Package org.acra.log

Types

ACRALog
Link copied to clipboard
interface ACRALog
Responsible for providing ACRA classes with a platform neutral way of logging.
AndroidLogDelegate
Link copied to clipboard
class AndroidLogDelegate : ACRALog
Responsible for delegating calls to the Android logging system.
HollowLog
Link copied to clipboard
class HollowLog : ACRALog
Stub implementation of org.acra.log.ACRALog, quenches all logging.

Functions

debug
Link copied to clipboard
inline fun debug(messageGenerator: () -> String)
error
Link copied to clipboard
inline fun error(messageGenerator: () -> String)
inline fun error(throwable: Throwable, messageGenerator: () -> String)
info
Link copied to clipboard
inline fun info(messageGenerator: () -> String)
warn
Link copied to clipboard
inline fun warn(messageGenerator: () -> String)
inline fun warn(throwable: Throwable, messageGenerator: () -> String)