Package org.acra.log

Types

Link copied to clipboard
interface ACRALog

Responsible for providing ACRA classes with a platform neutral way of logging.

Link copied to clipboard
class AndroidLogDelegate : ACRALog

Responsible for delegating calls to the Android logging system.

Link copied to clipboard
class HollowLog : ACRALog

Stub implementation of org.acra.log.ACRALog, quenches all logging.

Functions

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