add file logging, readme, so on
All checks were successful
Code quality checks / biome (push) Successful in 8s

This commit is contained in:
creations 2025-05-24 16:25:02 -04:00
parent 542beb82a4
commit 499b8ec46d
Signed by: creations
GPG key ID: 8F553AA4320FC711
6 changed files with 360 additions and 24 deletions

View file

@ -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 {