Added logging module

This commit is contained in:
Kir_Antipov 2022-12-20 04:18:29 +00:00
parent d60d8f63f3
commit 13a303ce8d

View file

@ -0,0 +1,13 @@
export {
Logger,
NULL_LOGGER,
CONSOLE_LOGGER,
PROCESS_LOGGER,
getDefaultLogger,
} from "./logger";
export {
LoggingStopwatch,
} from "./logging-stopwatch";