Home > @imqueue/core > DebugInfoOptions

DebugInfoOptions interface

Signature:

export interface DebugInfoOptions 

Properties

Property

Modifiers

Type

Description

args

unknown[]

Call arguments

className

string

Class name

debugArgs

boolean

Enable or disable call arguments debugging

debugTime

boolean

Enable or disable execution time debugging

logger?

ILogger

(Optional) Logger implementation (absent when the target carries no logger)

logLevel

LogLevel

Log level to use for the call

methodName

string

Method name

start

bigint | number

Execution start timestamp (from process.hrtime.bigint or milliseconds)