@algolia/logger-common
Advanced tools
Comparing version 4.0.0-beta.11 to 4.0.0-beta.12
@@ -5,10 +5,17 @@ | ||
export declare type Logger = { | ||
/** | ||
* Logs debug messages. | ||
*/ | ||
readonly debug: (message: string, args?: any) => Readonly<Promise<void>>; | ||
/** | ||
* Logs info messages. | ||
*/ | ||
readonly info: (message: string, args?: any) => Readonly<Promise<void>>; | ||
/** | ||
* Logs error messages. | ||
*/ | ||
readonly error: (message: string, args?: any) => Readonly<Promise<void>>; | ||
}; | ||
export declare const LogLevelEnum: { | ||
readonly [key: string]: LogLevelType; | ||
}; | ||
export declare const LogLevelEnum: Readonly<Record<string, LogLevelType>>; | ||
@@ -15,0 +22,0 @@ export declare type LogLevelType = 1 | 2 | 3; |
{ | ||
"name": "@algolia/logger-common", | ||
"version": "4.0.0-beta.11", | ||
"version": "4.0.0-beta.12", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Common interfaces for promise-based log libraries", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2058
61