Shell Server
Functions
Functions
createLogger
Create a configured logger instance
Signature:
createLogger(name: string): pino.Logger<never>
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes |
Returns:
pino.Logger<never> -
getLogFilePath
Get the log file path
Signature:
getLogFilePath(): string
Returns:
string -