core
/
org.jetbrains.dokka.utilities
/
DokkaLogger
Dokka
Logger
interface
DokkaLogger
Content copied to clipboard
Functions
Properties
Extensions
Inheritors
Functions
debug
Link copied to clipboard
abstract fun
debug
(message:
String
)
Content copied to clipboard
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
error
Link copied to clipboard
abstract fun
error
(message:
String
)
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
info
Link copied to clipboard
abstract fun
info
(message:
String
)
Content copied to clipboard
progress
Link copied to clipboard
abstract fun
progress
(message:
String
)
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
warn
Link copied to clipboard
abstract fun
warn
(message:
String
)
Content copied to clipboard
Properties
errorsCount
Link copied to clipboard
abstract var
errorsCount
:
Int
Content copied to clipboard
warningsCount
Link copied to clipboard
abstract var
warningsCount
:
Int
Content copied to clipboard
Inheritors
DokkaBootstrapImpl
Link copied to clipboard
DokkaConsoleLogger
Link copied to clipboard
Extensions
report
Link copied to clipboard
fun
DokkaLogger
.
report
()
Content copied to clipboard