Libraries
← Back to Website
All Versions
Preparing search index...
@cleverbrush/log
LogContextStore
Interface LogContextStore
Store shape for the ambient log context.
interface
LogContextStore
{
correlationId
?:
string
;
logger
:
Logger
;
properties
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
correlation
Id?
logger
properties?
Properties
Optional
correlation
Id
correlationId
?:
string
logger
logger
:
Logger
Optional
properties
properties
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
correlation
Id
logger
properties
← Back to Website
All Versions
Libraries
Loading...
Store shape for the ambient log context.