9.0.10076 • Published 4 years ago

@acoustic-content-sdk/log4js-logger v9.0.10076

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

npm

API Documentation

API Documentation

Home > @acoustic-content-sdk/log4js-logger

log4js-logger package

Implementation of a LoggerService on top of a log4js configuration

Functions

FunctionDescription
createLog4jsLoggerService(aDstPath)Creates a logger service on top of log4js

Variables

VariableDescription
VERSIONVersion 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

ParameterTypeDescription
aDstPathstringroot 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;
}
9.0.10076

4 years ago

9.0.10067

4 years ago

9.0.10040

4 years ago

9.0.10034

4 years ago

9.0.495

4 years ago

9.0.493

4 years ago

9.0.462

4 years ago

9.0.407

4 years ago

9.0.384

4 years ago

9.0.361

4 years ago

9.0.360

4 years ago

9.0.271

4 years ago

9.0.270

4 years ago

9.0.251

4 years ago

9.0.242

4 years ago