apiref
tkt@2.0.2

ILogger  Interface

A logger instance created by the logger() function or the ILogger.child() method. See Pino’s API for more information.

Signature

export interface ILogger 

Methods

MethodDescription
child(name)
debug(args)
error(args)
info(args)
warn(args)