Variable AutoEncryptionLoggerLevelConst

AutoEncryptionLoggerLevel: Readonly<{
    Error: 1;
    FatalError: 0;
    Info: 3;
    Trace: 4;
    Warning: 2;
}> = ...

Type declaration

  • Readonly Error: 1
  • Readonly FatalError: 0
  • Readonly Info: 3
  • Readonly Trace: 4
  • Readonly Warning: 2

Generated using TypeDoc