Created
April 13, 2020 03:47
-
-
Save arabold/31acde81a5f0a634cb430959471052a1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** Metadata shared between all instances of the Logger */ | |
private static _globalMetaData?: Payload; | |
static setGlobalMeta(meta: Payload): void { | |
Logger._globalMetaData = { ...meta }; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment