@camunda8/sdk
Preparing search index...
zeebe/types
ZBLogMessage
Interface ZBLogMessage
The JSON-stringified version of this is sent to the ZBCustomLogger
interface
ZBLogMessage
{
context
:
string
;
id
:
string
;
level
:
Loglevel
;
message
:
string
;
time
:
string
;
timestamp
:
Date
;
}
Index
Properties
context
id
level
message
time
timestamp
Properties
context
context
:
string
id
id
:
string
level
level
:
Loglevel
message
message
:
string
time
time
:
string
timestamp
timestamp
:
Date
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
context
id
level
message
time
timestamp
@camunda8/sdk
Loading...
The JSON-stringified version of this is sent to the ZBCustomLogger