1
0
forked from noxious/server

Renamed command manager to console manager, improved log reading

This commit is contained in:
2024-12-28 21:24:59 +01:00
parent 0b99d4098e
commit 4f1b9cf024
8 changed files with 236 additions and 114 deletions

View File

@ -8,7 +8,8 @@ export enum LoggerType {
QUEUE = 'queue',
COMMAND = 'command',
REPOSITORY = 'repository',
ENTITY = 'entity'
ENTITY = 'entity',
CONSOLE = 'console'
}
class Logger {