blob: 658f4b18bbb3cb98d19a22d6cc0b3c2b537d5fa1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/**
* *Do not import this directly.* Instead, use the shortcut reference `logger.DebugContext`.
*
* Add debug contexts here. Although convention typically calls for enums ito
* be capitalized, for parity with the `LOG_DEBUG` env var, please use all
* lowercase.
*/
export const DebugContext = {
// e.g. composer: 'composer'
} as const
|