Preparing search index...
The search index is not available
@bluelibs/runner - v4.9.0
@bluelibs/runner
ILogInfo
Interface ILogInfo
interface
ILogInfo
{
context
?:
Record
<
string
,
any
>
;
data
?:
Record
<
string
,
any
>
;
error
?:
unknown
;
source
?:
string
;
[
key
:
string
]
:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
context?
data?
error?
source?
Properties
Optional
context
context
?:
Record
<
string
,
any
>
Optional
data
data
?:
Record
<
string
,
any
>
Optional
error
error
?:
unknown
Optional
source
source
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
data
error
source
@bluelibs/runner - v4.9.0
Loading...