Preparing search index...
The search index is not available
@devlander/hooks
@devlander/hooks
LogsBySeverity
Interface LogsBySeverity
The structure for logs categorized by severity.
interface
LogsBySeverity
{
error
:
Record
<
string
,
any
>
;
info
:
Record
<
string
,
any
>
;
success
:
Record
<
string
,
any
>
;
warning
:
Record
<
string
,
any
>
;
}
Index
Properties
error
info
success
warning
Properties
error
error
:
Record
<
string
,
any
>
info
info
:
Record
<
string
,
any
>
success
success
:
Record
<
string
,
any
>
warning
warning
:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
info
success
warning
@devlander/hooks
Loading...
The structure for logs categorized by severity.