DokkaLogger

interface DokkaLogger

Functions

debug
Link copied to clipboard
abstract fun debug(message: String)
error
Link copied to clipboard
abstract fun error(message: String)
info
Link copied to clipboard
abstract fun info(message: String)
progress
Link copied to clipboard
abstract fun progress(message: String)
warn
Link copied to clipboard
abstract fun warn(message: String)

Properties

errorsCount
Link copied to clipboard
abstract var errorsCount: Int
warningsCount
Link copied to clipboard
abstract var warningsCount: Int

Inheritors

DokkaBootstrapImpl
Link copied to clipboard
DokkaConsoleLogger
Link copied to clipboard

Extensions

report
Link copied to clipboard
fun DokkaLogger.report()