ErrorReporter
interface ErrorReporter
Simple API to allow switching logic for logging and showing user messages.
Functions
Link copied to clipboard
abstract fun logMessage(message: String, category: ErrorReporter.Category = Category.Unknown, level: ErrorReporter.Level = Level.Info)
Link copied to clipboard