core
1.7.0
core
/
org.jetbrains.dokka
/
DokkaBootstrapImpl
/
DokkaProxyLogger
Dokka
Proxy
Logger
class
DokkaProxyLogger
(
val
consumer
:
BiConsumer
<
String
,
String
>
)
:
DokkaLogger
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Dokka
Proxy
Logger
Link copied to clipboard
fun
DokkaProxyLogger
(
consumer
:
BiConsumer
<
String
,
String
>
)
Content copied to clipboard
Functions
debug
Link copied to clipboard
open
override
fun
debug
(
message
:
String
)
Content copied to clipboard
error
Link copied to clipboard
open
override
fun
error
(
message
:
String
)
Content copied to clipboard
info
Link copied to clipboard
open
override
fun
info
(
message
:
String
)
Content copied to clipboard
progress
Link copied to clipboard
open
override
fun
progress
(
message
:
String
)
Content copied to clipboard
warn
Link copied to clipboard
open
override
fun
warn
(
message
:
String
)
Content copied to clipboard
Properties
consumer
Link copied to clipboard
val
consumer
:
BiConsumer
<
String
,
String
>
Content copied to clipboard
errorsCount
Link copied to clipboard
open
override
var
errorsCount
:
Int
=
0
Content copied to clipboard
warningsCount
Link copied to clipboard
open
override
var
warningsCount
:
Int
=
0
Content copied to clipboard