Type alias LoggerConfig

LoggerConfig: {
    level?: keyof SimpleLogLevels;
    format?: "json" | "text";
}

The necessary config for the weenie logger

Type declaration

  • Optional level?: keyof SimpleLogLevels
  • Optional format?: "json" | "text"

Generated using TypeDoc