prorm API Reference
← Documentation
GitLab
Preparing search index...
index
LoggerEvents
Interface LoggerEvents
Logger event types
interface
LoggerEvents
{
log
:
(
entry
:
LogEntry
)
=>
void
;
query
:
(
sql
:
string
,
duration
:
number
)
=>
void
;
slowQuery
:
(
sql
:
string
,
duration
:
number
)
=>
void
;
error
:
(
error
:
Error
)
=>
void
;
}
Index
Properties
log
query
slow
Query
error
Properties
log
log
:
(
entry
:
LogEntry
)
=>
void
query
query
:
(
sql
:
string
,
duration
:
number
)
=>
void
slow
Query
slowQuery
:
(
sql
:
string
,
duration
:
number
)
=>
void
error
error
:
(
error
:
Error
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
log
query
slow
Query
error
← Documentation
GitLab
prorm API Reference
Loading...
Logger event types