VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-api
/
de.vulpescloud.api.event.events.cluster
/
NodeLogEvent
Node
Log
Event
data
class
NodeLogEvent
(
val
node
:
ClusterNode
,
val
level
:
String
,
val
log
:
String
,
val
formattedLog
:
String
)
:
Event
Members
Constructors
Node
Log
Event
Link copied to clipboard
constructor
(
node
:
ClusterNode
,
level
:
String
,
log
:
String
,
formattedLog
:
String
)
Properties
formatted
Log
Link copied to clipboard
val
formattedLog
:
String
level
Link copied to clipboard
val
level
:
String
log
Link copied to clipboard
val
log
:
String
node
Link copied to clipboard
val
node
:
ClusterNode