add file logging, readme, so on
All checks were successful
Code quality checks / biome (push) Successful in 8s
All checks were successful
Code quality checks / biome (push) Successful in 8s
This commit is contained in:
parent
542beb82a4
commit
499b8ec46d
6 changed files with 360 additions and 24 deletions
|
@ -9,7 +9,6 @@ type LoggerConfig = {
|
|||
disableFile?: boolean;
|
||||
|
||||
rotate?: boolean;
|
||||
maxSizeMB?: number;
|
||||
maxFiles?: number;
|
||||
|
||||
console?: boolean;
|
||||
|
@ -22,6 +21,8 @@ type LoggerConfig = {
|
|||
|
||||
pattern?: string;
|
||||
levelColor?: Partial<Record<LogLevel, keyof typeof ansiColors>>;
|
||||
|
||||
prettyPrint?: boolean;
|
||||
};
|
||||
|
||||
interface PatternContext {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue