The numeric log levels, ordered from most to least verbose.
A message is emitted when its own level is >= the current threshold, which is why the
values are ordered rather than arbitrary. ⚠️ There is no PRODUCTION entry here:
setLevel("production") maps to WARN plus quiet mode — it is a mode, not a level.
⚠️ This table is internal. It is exported from this module but re-exported nowhere:
not by the package entry, not by kernel-exports, not onto the global namespace. The
documented import { LEVELS } from "@geoleaf/core" does not resolve. From outside the
core, read the numeric value through LogImplInterface.getLevel and compare against
the literals below.
The numeric log levels, ordered from most to least verbose.
A message is emitted when its own level is
>=the current threshold, which is why the values are ordered rather than arbitrary. ⚠️ There is noPRODUCTIONentry here:setLevel("production")maps toWARNplus quiet mode — it is a mode, not a level.⚠️ This table is internal. It is exported from this module but re-exported nowhere: not by the package entry, not by
kernel-exports, not onto the global namespace. The documentedimport { LEVELS } from "@geoleaf/core"does not resolve. From outside the core, read the numeric value through LogImplInterface.getLevel and compare against the literals below.