method Logger.prototype.child
Logger.prototype.child(prefix: string): Logger

Creates a child logger with an additional prefix

Parameters

prefix: string

Return Type

Usage

import { Logger } from ".";