@osovitny/anatoly 3.21.35 → 3.21.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -375,7 +375,8 @@ declare enum AnatolyLogLevel {
|
|
|
375
375
|
declare class LoggingService {
|
|
376
376
|
static readonly packagePrefix = "@osovitny/anatoly";
|
|
377
377
|
constructor();
|
|
378
|
-
static
|
|
378
|
+
private static getMessage;
|
|
379
|
+
private static getOptionalParams;
|
|
379
380
|
private static getConfiguredLogLevel;
|
|
380
381
|
private static getMsalLogLevel;
|
|
381
382
|
private static toLogLevel;
|
|
@@ -388,7 +389,6 @@ declare class LoggingService {
|
|
|
388
389
|
info(info: any, ...optionalParams: any[]): void;
|
|
389
390
|
warn(info: any, ...optionalParams: any[]): void;
|
|
390
391
|
error(error: any, ...optionalParams: any[]): void;
|
|
391
|
-
getEventName(eventName: string): string;
|
|
392
392
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoggingService, never>;
|
|
393
393
|
static ɵprov: i0.ɵɵInjectableDeclaration<LoggingService>;
|
|
394
394
|
}
|