DokkaLogger

interface DokkaLogger

Functions

debug
Link copied to clipboard
abstract fun debug(message: String)
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
error
Link copied to clipboard
abstract fun error(message: String)
hashCode
Link copied to clipboard
open fun hashCode(): Int
info
Link copied to clipboard
abstract fun info(message: String)
progress
Link copied to clipboard
abstract fun progress(message: String)
toString
Link copied to clipboard
open fun toString(): 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()