test-api
1.9.0-dev-218
test-api
/
org.jetbrains.dokka.testApi.logger
/
TestLogger
Test
Logger
class
TestLogger
(
logger
:
DokkaLogger
)
:
DokkaLogger
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Test
Logger
Link copied to clipboard
fun
TestLogger
(
logger
:
DokkaLogger
)
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
debug
Messages
Link copied to clipboard
val
debugMessages
:
List
<
String
>
Content copied to clipboard
error
Messages
Link copied to clipboard
val
errorMessages
:
List
<
String
>
Content copied to clipboard
errors
Count
Link copied to clipboard
open
override
var
errorsCount
:
Int
Content copied to clipboard
info
Messages
Link copied to clipboard
val
infoMessages
:
List
<
String
>
Content copied to clipboard
progress
Messages
Link copied to clipboard
val
progressMessages
:
List
<
String
>
Content copied to clipboard
warnings
Count
Link copied to clipboard
open
override
var
warningsCount
:
Int
Content copied to clipboard
warn
Messages
Link copied to clipboard
val
warnMessages
:
List
<
String
>
Content copied to clipboard