LumberjackHttpLog
Defined in: packages/ngworker/lumberjack/http-driver/src/lib/logs/lumberjack-http.log.ts:6
The HTTP request sent to the configured log store.
Type Parameters
Section titled “Type Parameters”TPayload
Section titled “TPayload”TPayload extends LumberjackLogPayload | void = void
Properties
Section titled “Properties”formattedLog
Section titled “formattedLog”
readonlyformattedLog:string
Defined in: packages/ngworker/lumberjack/http-driver/src/lib/logs/lumberjack-http.log.ts:10
The text representation of the log.
readonlylog:LumberjackLog<TPayload>
Defined in: packages/ngworker/lumberjack/http-driver/src/lib/logs/lumberjack-http.log.ts:14
The log. Optionally supports a log payload.
origin
Section titled “origin”
readonlyorigin:string
Defined in: packages/ngworker/lumberjack/http-driver/src/lib/logs/lumberjack-http.log.ts:20
The identifier of the application that emitted the log.
This is used by the log store to organize logs.