Package-level declarations

Types

Link copied to clipboard
class GLibLogLogger(minPriority: LogPriority = LogPriority.DEBUG) : LogLogger

A LogLogger implementation that uses GLib's g_log for logging.

Link copied to clipboard
class LogcatStyleLogger(minPriority: LogPriority = LogPriority.DEBUG, time: Boolean = true, color: Boolean = true) : LogLogger

Logger that mimics the Android Logcat output style using println().

Link copied to clipboard
interface LogLogger

Interface for custom loggers. Defines the contract for logging systems used in the application.