Documentation - v7.13.0
Preparing search index...
@datadog/browser-logs
OnLogsStartOptions
Interface OnLogsStartOptions
Experimental
onLogsStart plugin API options.
interface
OnLogsStartOptions
{
handleLog
:
(
logsMessage
:
LogsMessage
,
logger
:
Logger
,
handlingStack
?:
string
,
savedCommonContext
?:
CommonContext
,
savedDate
?:
TimeStamp
,
)
=>
void
;
}
Index
Properties
handle
Log
Properties
Experimental
handle
Log
handleLog
:
(
logsMessage
:
LogsMessage
,
logger
:
Logger
,
handlingStack
?:
string
,
savedCommonContext
?:
CommonContext
,
savedDate
?:
TimeStamp
,
)
=>
void
Emit a log with the same pipeline as a logger call.
Settings
Theme
OS
Light
Dark
On This Page
Properties
handle
Log
Documentation - v7.13.0
Loading...
onLogsStart plugin API options.