Preparing search index...
The search index is not available
NextGIS Frontend
NextGIS Frontend
@nextgis/logging
LogEngine
Interface LogEngine<D>
interface
LogEngine
<
D
>
{
critical
:
ShortcutLogFunc
<
D
>
;
debug
:
ShortcutLogFunc
<
D
>
;
enabled
:
boolean
;
error
:
ShortcutLogFunc
<
D
>
;
info
:
ShortcutLogFunc
<
D
>
;
log
:
LogFunc
<
D
>
;
warning
:
ShortcutLogFunc
<
D
>
;
}
Type Parameters
D
=
unknown
Implemented by
ConsoleEngine
Logging
NgLogEngine
Index
Properties
critical
debug
enabled
error
info
log
warning
Properties
critical
critical
:
ShortcutLogFunc
<
D
>
debug
debug
:
ShortcutLogFunc
<
D
>
enabled
enabled
:
boolean
error
error
:
ShortcutLogFunc
<
D
>
info
info
:
ShortcutLogFunc
<
D
>
log
log
:
LogFunc
<
D
>
warning
warning
:
ShortcutLogFunc
<
D
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
critical
debug
enabled
error
info
log
warning
NextGIS Frontend
Loading...