Shell Server

Functions

Functions

createLogger

Create a configured logger instance

Signature:

createLogger(name: string): pino.Logger<never>

Parameters:

ParameterTypeRequiredDescription
namestringYes

Returns:

pino.Logger<never> -

getLogFilePath

Get the log file path

Signature:

getLogFilePath(): string

Returns:

string -

Previous
Classes