Add more configurability to the logger.
This commit is contained in:
parent
bdc7bccfcc
commit
0fe1008196
1 changed files with 3 additions and 0 deletions
|
|
@ -18,7 +18,10 @@ import { ExecutiveConfirmation } from "./events/special/ExecutiveConfirmation";
|
|||
import { InvestigateAffiliation } from "./events/special/InvestigateLoyalty/InvestigateAffiliation";
|
||||
|
||||
export var log: Logger = new Logger({
|
||||
displayFunctionName: true,
|
||||
displayFilePath: `hidden`,
|
||||
displayLogLevel: true,
|
||||
name: `SecretHitler`,
|
||||
});
|
||||
|
||||
export var active_games: {[key: string]: Game} = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue