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:
parent
bd4febe6f3
commit
f07020875d
7 changed files with 1414 additions and 1412 deletions
1410
src/index.ts
1410
src/index.ts
File diff suppressed because it is too large
Load diff
|
|
@ -74,7 +74,13 @@
|
||||||
* * Formatters specify the layout of log records in the final output.
|
* * Formatters specify the layout of log records in the final output.
|
||||||
* @module logging
|
* @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 CRITICAL = 50;
|
||||||
export const FATAL = CRITICAL;
|
export const FATAL = CRITICAL;
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
sds
|
|
||||||
1407
src/logging/index.ts
1407
src/logging/index.ts
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue