API ClientsTypeScript SDKAPI ReferenceLoggerType AliasesLogLevelVersion: 8.9Type Alias: LogLevel type LogLevel = | "silent" | "error" | "warn" | "info" | "debug" | "trace" | "silly";Was this helpful?