core
1.7.0
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
error
Link copied to clipboard
abstract
fun
error
(
message
:
String
)
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
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
DokkaProxyLogger
Link copied to clipboard
DokkaConsoleLogger
Link copied to clipboard
Extensions
report
Link copied to clipboard
fun
DokkaLogger
.
report
(
)
Content copied to clipboard