Skip to content

Instantly share code, notes, and snippets.

@arabold
Created April 13, 2020 03:47
Show Gist options
  • Save arabold/31acde81a5f0a634cb430959471052a1 to your computer and use it in GitHub Desktop.
Save arabold/31acde81a5f0a634cb430959471052a1 to your computer and use it in GitHub Desktop.
/** 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