Socket
Book a DemoInstallSign in
Socket

@acoustic-content-sdk/log4js-logger

Package Overview
Dependencies
Maintainers
8
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acoustic-content-sdk/log4js-logger

Implementation of a LoggerService on top of a log4js configuration.

latest
npmnpm
Version
9.0.10076
Version published
Maintainers
8
Created
Source

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;
}

Keywords

acoustic

FAQs

Package last updated on 26 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts