const L = {
  LOG: 1,
  WARN: 2,
  ERROR: 3,
  INFO: 4,
  DEFAULT: 5
};
export {
  L as LOG_LEVEL
};
//# sourceMappingURL=levels.mjs.map
