Skip to content

adamant-api / index / LogLevelInput

Type Alias: LogLevelInput

ts
type LogLevelInput = 
  | LogLevel
  | LogLevelName
  | string & {
};

Defined in: src/helpers/logger.ts:28

Logger threshold accepted by the SDK.

Known level names receive type suggestions, while application-specific names such as trace are accepted and fall back to log.

Released under the GPL-3.0 License.