refactor: change module layout

as I've migrated from the idea of having a single mono-repo for all things ESM,
this repo will be solely for logging
This commit is contained in:
Rodney, Tiara 2025-04-25 17:59:50 +02:00
parent bd4febe6f3
commit f07020875d
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
7 changed files with 1414 additions and 1412 deletions

File diff suppressed because it is too large Load diff

View file

@ -74,7 +74,13 @@
* * Formatters specify the layout of log records in the final output.
* @module logging
*/
import { NotImplementedError, MyError, ValueError, KeyError, StackTrace } from '../error';
import {
KeyError,
MyError,
NotImplementedError,
StackTrace,
ValueError,
} from './helper/error';
export const CRITICAL = 50;
export const FATAL = CRITICAL;

View file

@ -1 +0,0 @@
sds

File diff suppressed because it is too large Load diff