Preparing search index...
The search index is not available
@camunda8/sdk
@camunda8/sdk
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
Private
Inherited
Theme
OS
Light
Dark
On This Page
context
id
level
message
time
timestamp
@camunda8/sdk
Loading...
Generated using
TypeDoc
The JSON-stringified version of this is sent to the ZBCustomLogger