First Commit

This commit is contained in:
2017-08-23 16:45:03 +02:00
commit 8e7c381863
12 changed files with 472 additions and 0 deletions

7
src/test.ts Normal file
View File

@ -0,0 +1,7 @@
import { Logging } from "./index";
Logging.log("test")
Logging.log("i", "am", { a: "an" }, 1000);
Logging.error(new Error("fehler 001"));
Logging.debug("Some Debug infos");
Logging.errorMessage("i", "am", "an", "error");