Logger

interface Logger

Logs messages for a session back to the client.

Inheritors

Functions

Link copied to clipboard
abstract fun log(session: Session, level: LogLevel, logger: String, data: Map<String, Any>)
Link copied to clipboard
abstract fun setLevel(session: Session, newLevel: LogLevel)
Link copied to clipboard
abstract fun subscribe(session: Session, level: LogLevel, onLog: LogFunction)
Link copied to clipboard
abstract fun unsubscribe(session: Session)