This commit is contained in:
parent
be8073ea02
commit
cb4a05ea25
5 changed files with 143 additions and 32 deletions
|
@ -22,6 +22,9 @@ type LoggerConfig = {
|
|||
pattern?: string;
|
||||
levelColor?: Partial<Record<LogLevel, keyof typeof ansiColors>>;
|
||||
|
||||
customPattern?: string;
|
||||
customColors?: Record<string, keyof typeof ansiColors>;
|
||||
|
||||
prettyPrint?: boolean;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue