@acoustic-content-sdk/ng-logger 中文文档教程
主页 > @acoustic-content-sdk/ng-logger
ng-logger package
基于ng2-记录器。
Classes
Class | Description |
---|---|
AcNgLoggingModule | Module that provides the a logger factory based on ng2-logger. |
Interfaces
Interface | Description |
---|---|
Ng2LoggerConfig |
Variables
Variable | Description |
---|---|
VERSION | Version and build number of the package |
Home > @acoustic-content-sdk/ng-logger > AcNgLoggingModule
AcNgLoggingModule class
提供基于 ng2-logger。
签名:
export declare class AcNgLoggingModule
Remarks
您可以通过向模块提供配置对象、在 localStorage 或通过设置 cookie 。 这两种方法都使用相同的键,并期望以 JSON 格式 序列化的字符串数组作为值。
对于模块,使用 Ng2LoggerFactory.onlyModules
作为键。 值数组列出模块的名称或与模块匹配的正则表达式字符串。 有关详细信息,请参阅 ng2-logger 的文档。
对于级别,使用 Ng2LoggerFactory.onlyLevel
作为键。 值数组列出日志记录级别,例如 DATA
、INFO
、WARN
或<代码>错误。 有关详细信息,请参阅 ng2-logger 的文档。
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
VERSION | WchSdkVersion |
Exposes the version information of this module |
Methods
Method | Modifiers | Description |
---|---|---|
forRoot(aConfig) | static |
Provides the module with default configuration |
首页; @acoustic-content-sdk/ng-logger > Ng2LoggerConfig
Ng2LoggerConfig interface
Signature:
export interface Ng2LoggerConfig
Properties
Property | Type | Description |
---|---|---|
onlyLevel | ObservableOrT<string[]> |
Logging configuration for levels https://github.com/darekf77/ng2-logger#selective-debug---global-settings |
onlyModules | ObservableOrT<string[]> |
Logging configuration for modules https://github.com/darekf77/ng2-logger#specifying-onlymodules-as-regular-expressions |
Home > ; @acoustic-content-sdk/ng-logger > VERSION
VERSION variable
Version and build number of the package
Signature:
VERSION: {
version: {
major: string;
minor: string;
patch: string;
branch: string;
};
build: Date;
}
首页 > @acoustic-content-sdk/ng-logger > Ng2LoggerConfig > onlyLevel
Ng2LoggerConfig.onlyLevel property
级别的日志记录配置
https://github.com/darekf77/ng2-logger#selective-debug---global-settings
签名:
onlyLevel?: ObservableOrT<string[]>;
@acoustic-content-sdk/ng-logger > Ng2LoggerConfig > onlyModules
Ng2LoggerConfig.onlyModules property
模块的日志配置
https://github.com/darekf77/ng2-logger#specifying-onlymodules-as-regular-expressions
签名:
onlyModules?: ObservableOrT<string[]>;
首页; @acoustic-content-sdk/ng-logger > AcNgLoggingModule > VERSION
AcNgLoggingModule.VERSION property
Exposes the version information of this module
Signature:
VERSION: WchSdkVersion;
首页 > @acoustic-content-sdk/ng-logger > AcNgLoggingModule > forRoot
AcNgLoggingModule.forRoot() method
为模块提供默认配置
签名:
static forRoot(aConfig?: Ng2LoggerConfig): ModuleWithProviders;
Parameters
Parameter | Type | Description |
---|---|---|
aConfig | Ng2LoggerConfig |
optionally the configuration of the logger |
返回:
ModuleWithProviders
预配置模块
你可能也喜欢
- @0x-klaytn/subproviders 中文文档教程
- @0x111/react-user-avatar 中文文档教程
- @128keaton/ts-serializer 中文文档教程
- @1flow-inc/react-native-1flow-sdk 中文文档教程
- @1o1w1/lwq 中文文档教程
- @1onlinesolution/dws-http 中文文档教程
- @3ddie/react-native-calendars 中文文档教程
- @4geit/rct-author-component 中文文档教程
- @54696d654a6f6c74/html-injector 中文文档教程
- @aaditya1978/ckeditor5-build-classic 中文文档教程