PackagerLogger

interface PackagerLogger

Simple logger interface for the Packager.

Inheritors

Functions

Link copied to clipboard
abstract fun error(message: String)
abstract fun error(message: String, exception: Exception)
Link copied to clipboard
abstract fun info(message: String)
Link copied to clipboard
abstract fun warning(message: String)
abstract fun warning(message: String, exception: Exception)