@acoustic-content-sdk/log4js-logger 中文文档教程
API Documentation
主页 > @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 |
< ARREF="#_f5193dec5193dec52AD252525252525252252525252525251252512252512525125251BBB68CFB68CFB68CFB68CFB68CFB68CFB68CFB68CFB68CFB68CFB68CFB68CFB68CFB68CFB68CFB68CFB68CFB68CFB68CFB68225252525251251251251B525BB @acoustic-content-sdk/log4js-logger > createLog4jsLoggerService
createLog4jsLoggerService() function
在 log4js 之上创建一个记录器服务
签名:
export declare function createLog4jsLoggerService(aDstPath?: string): LoggerService;
Parameters
Parameter | Type | Description |
---|---|---|
aDstPath | string | root path for the logger files |
返回:
LoggerService
记录器服务
d881e7ef55726b6b6 "> ddf55726b6b1 @acoustic-content-sdk/log4js-logger > VERSION
VERSION variable
软件包的版本和构建号
签名
VERSION: {
version: {
major: string;
minor: string;
patch: string;
branch: string;
};
build: Date;
}
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;
}