toggle menu
0.13.0-SNAPSHOT
0.13.0-SNAPSHOT
0.12.5
jvm
switch theme
search in API
modulecheck-utils:trace
/
modulecheck.utils.trace
/
Trace
/
Key
Key
object
Key
:
CoroutineContext.Key
<
Trace
>
(
source
)
Members
Functions
start
Link copied to clipboard
fun
start
(
vararg
tags
:
Any
)
:
Trace
Creates a new
Trace
root. Prefer adding to an existing trace via a
traced
extension.
trace
String
Link copied to clipboard
private
fun
Any
.
traceString
(
)
:
String
trace
Strings
Link copied to clipboard
private
fun
Array
<
out
Any
>
.
traceStrings
(
)
:
List
<
String
>
private
fun
Iterable
<
Any
>
.
traceStrings
(
)
:
List
<
String
>