{
  "version": 3,
  "sources": ["../../../src/config/logging.ts"],
  "sourcesContent": ["/* istanbul ignore file */\n\nconst globalSpecialLoggingEnabledFor: Partial<Record<SpecialLoggingType, boolean | undefined>> = {\n  'waitable-locking-warnings': false\n};\n\nexport type SpecialLoggingType = 'waitable-locking-warnings';\n\n/** Checks if logging is enabled for the specified type */\nexport const isSpecialLoggingEnabledFor = (type: SpecialLoggingType) => globalSpecialLoggingEnabledFor[type] ?? false;\n\n/** Enables or disables logging for the specified type */\nexport const setSpecialLoggingEnabledFor = (type: SpecialLoggingType, enabled: boolean) => (globalSpecialLoggingEnabledFor[type] = enabled);\n"],
  "mappings": "AAEA,MAAM,iCAA2F;AAAA,EAC/F,6BAA6B;AAC/B;AAKO,MAAM,6BAA6B,CAAC,SAA6B,+BAA+B,IAAI,KAAK;AAGzG,MAAM,8BAA8B,CAAC,MAA0B,YAAsB,+BAA+B,IAAI,IAAI;",
  "names": []
}
