This is a list of all logs / boxes / errors that occurred in the past. It must be enabled by initialization.
history[0]Loxer.init(options). It defaults to 50.ATTENTION: Do no conditionally leave out the initialization in order to avoid logging!
All the logs will be cached anyways. If you want to conditionally disable Loxer then use
one of the "disabled" options in the config(LoxerConfig) at the initializationOptionaloptions: LoxerOptions<M>
Options for the configuration of Loxer
moduleIds corresponding Module logs up to.undefined if there is no corresponding module for the given moduleIdundefined) needs a cast:
getModuleLevel(id as ModuleId)the corresponding key of a module from LoxerOptions.modules declared in Loxer.init(options)
this is the main type of Loxer