kotlin-logging
Toggle table of contents
7.0.4
common
Platform filter
common
Switch theme
Search in API
kotlin-logging
kotlin-logging
/
io.github.oshai.kotlinlogging
/
KLoggingEventBuilder
/
InternalCompilerData
Internal
Compiler
Data
class
InternalCompilerData
(
val
messageTemplate
:
String
?
=
null
,
val
className
:
String
?
=
null
,
val
methodName
:
String
?
=
null
,
val
lineNumber
:
Int
?
=
null
,
val
fileName
:
String
?
=
null
)
Members
Constructors
Internal
Compiler
Data
Link copied to clipboard
constructor
(
messageTemplate
:
String
?
=
null
,
className
:
String
?
=
null
,
methodName
:
String
?
=
null
,
lineNumber
:
Int
?
=
null
,
fileName
:
String
?
=
null
)
Properties
class
Name
Link copied to clipboard
val
className
:
String
?
=
null
file
Name
Link copied to clipboard
val
fileName
:
String
?
=
null
line
Number
Link copied to clipboard
val
lineNumber
:
Int
?
=
null
message
Template
Link copied to clipboard
val
messageTemplate
:
String
?
=
null
method
Name
Link copied to clipboard
val
methodName
:
String
?
=
null