LogEngine

interface LogEngine

Interface defining a logging engine. Implement this interface to create a concrete logging platform. For an example, see InternalVKIDAndroidLogcatLogEngine.

Types

Link copied to clipboard

Represents a log level for logging messages.

Functions

Link copied to clipboard
abstract fun log(logLevel: LogEngine.LogLevel, tag: String, message: String, throwable: Throwable?)

Logs message and throwable with tag at logLevel.