forked from noxious/server
Renamed command manager to console manager, improved log reading
This commit is contained in:
@ -8,7 +8,8 @@ export enum LoggerType {
|
||||
QUEUE = 'queue',
|
||||
COMMAND = 'command',
|
||||
REPOSITORY = 'repository',
|
||||
ENTITY = 'entity'
|
||||
ENTITY = 'entity',
|
||||
CONSOLE = 'console'
|
||||
}
|
||||
|
||||
class Logger {
|
||||
|
Reference in New Issue
Block a user