@ptkl/sdk - v1.12.0
Preparing search index...
v0.10/types/timber
TimberEntry
Interface TimberEntry
interface
TimberEntry
{
action
?:
string
;
actor
:
TimberActor
;
attributes
?:
Record
<
string
,
any
>
;
changes
?:
TimberChanges
;
id
:
string
;
level
:
TimberLevel
;
message
?:
string
;
project_uuid
:
string
;
request_id
?:
string
;
resource_id
?:
string
;
resource_name
?:
string
;
resource_type
?:
string
;
service
:
string
;
source
:
TimberSource
;
span_id
?:
string
;
timestamp
:
string
;
trace_id
?:
string
;
}
Index
Properties
action?
actor
attributes?
changes?
id
level
message?
project_
uuid
request_
id?
resource_
id?
resource_
name?
resource_
type?
service
source
span_
id?
timestamp
trace_
id?
Properties
Optional
action
action
?:
string
actor
actor
:
TimberActor
Optional
attributes
attributes
?:
Record
<
string
,
any
>
Optional
changes
changes
?:
TimberChanges
id
id
:
string
level
level
:
TimberLevel
Optional
message
message
?:
string
project_
uuid
project_uuid
:
string
Optional
request_
id
request_id
?:
string
Optional
resource_
id
resource_id
?:
string
Optional
resource_
name
resource_name
?:
string
Optional
resource_
type
resource_type
?:
string
service
service
:
string
source
source
:
TimberSource
Optional
span_
id
span_id
?:
string
timestamp
timestamp
:
string
Optional
trace_
id
trace_id
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
action
actor
attributes
changes
id
level
message
project_
uuid
request_
id
resource_
id
resource_
name
resource_
type
service
source
span_
id
timestamp
trace_
id
@ptkl/sdk - v1.12.0
Loading...