API Documentation
Home > @acoustic-content-sdk/log4js-logger
log4js-logger package
Implementation of a LoggerService on top of a log4js configuration
Functions
Function | Description |
---|---|
createLog4jsLoggerService(aDstPath) | Creates a logger service on top of log4js |
Variables
Variable | Description |
---|---|
VERSION | Version and build number of the package |
Home > @acoustic-content-sdk/log4js-logger > createLog4jsLoggerService
createLog4jsLoggerService() function
Creates a logger service on top of log4js
Signature:
export declare function createLog4jsLoggerService(aDstPath?: string): LoggerService;
Parameters
Parameter | Type | Description |
---|---|---|
aDstPath | string |
root path for the logger files |
Returns:
LoggerService
the logger service
Home > @acoustic-content-sdk/log4js-logger > VERSION
VERSION variable
Version and build number of the package
Signature:
VERSION: {
version: {
major: string;
minor: string;
patch: string;
branch: string;
};
build: Date;
}