kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.rust_log_forwarder
/
Record
Record
data
class
Record
(
var
level
:
Level
,
var
target
:
String
,
var
message
:
String
)
Members
Constructors
Record
Link copied to clipboard
constructor
(
level
:
Level
,
target
:
String
,
message
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
level
Link copied to clipboard
var
level
:
Level
message
Link copied to clipboard
var
message
:
String
target
Link copied to clipboard
var
target
:
String