@tsed/logger
Advanced tools
Comparing version 6.5.0 to 6.6.0
@@ -13,2 +13,2 @@ import { BasicLayoutConfiguration } from "../../layouts/interfaces/BasicLayoutConfiguration"; | ||
} | ||
export declare type PartialAppenderConfiguration<Opts = any> = Partial<AppenderConfiguration<Opts>>; | ||
export type PartialAppenderConfiguration<Opts = any> = Partial<AppenderConfiguration<Opts>>; |
import { LogEvent } from "../../core/LogEvent"; | ||
export declare type TokenHandler = (loggingEvent: LogEvent) => string; | ||
export type TokenHandler = (loggingEvent: LogEvent) => string; | ||
export interface TokensHandlers { | ||
@@ -4,0 +4,0 @@ [key: string]: any | TokenHandler; |
{ | ||
"name": "@tsed/logger", | ||
"version": "6.5.0", | ||
"version": "6.6.0", | ||
"description": "A multi channel logger written in TypeScript.", | ||
@@ -42,5 +42,5 @@ "author": "Romain Lenzotti", | ||
"devDependencies": { | ||
"typescript": "4.7.4" | ||
"typescript": "5.0.4" | ||
}, | ||
"peerDependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
349865