Change name of class

This commit is contained in:
Fabian Stamm
2021-05-08 22:18:44 +02:00
parent 357b98c69a
commit 6daf815ea8
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
import Logging from "./index.js";
import { Logging as LoggingBase, LoggingTypes, Format } from "./index.js";
import { LoggingBase, LoggingTypes, Format } from "./index.js";
Logging.log("test");
Logging.log("i", "am", { a: "an" }, 1000);