mirror of
https://git.stamm.me/OpenServer/NodeLogging.git
synced 2024-11-15 03:41:36 +00:00
changing package name
This commit is contained in:
parent
ada3e46734
commit
836935ac8a
@ -6,12 +6,4 @@ index_1.Logging.log("i", "am", { a: "an" }, 1000);
|
|||||||
index_1.Logging.error(new Error("fehler 001"));
|
index_1.Logging.error(new Error("fehler 001"));
|
||||||
index_1.Logging.debug("Some Debug infos");
|
index_1.Logging.debug("Some Debug infos");
|
||||||
index_1.Logging.errorMessage("i", "am", "an", "error");
|
index_1.Logging.errorMessage("i", "am", "an", "error");
|
||||||
/*Logging.config("./logs/tests/test", true);
|
|
||||||
|
|
||||||
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");
|
|
||||||
*/
|
|
||||||
//# sourceMappingURL=test.js.map
|
//# sourceMappingURL=test.js.map
|
@ -1 +1 @@
|
|||||||
{"version":3,"file":"test.js","sourceRoot":"","sources":["../src/test.ts"],"names":[],"mappings":";;AAAA,mCAAkC;AAElC,eAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAA;AACnB,eAAO,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,EAAE,IAAI,CAAC,CAAC;AAC1C,eAAO,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC;AACvC,eAAO,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC;AAClC,eAAO,CAAC,YAAY,CAAC,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;AAE/C;;;;;;;EAOE"}
|
{"version":3,"file":"test.js","sourceRoot":"","sources":["../src/test.ts"],"names":[],"mappings":";;AAAA,mCAAkC;AAElC,eAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAA;AACnB,eAAO,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,EAAE,IAAI,CAAC,CAAC;AAC1C,eAAO,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC;AACvC,eAAO,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC;AAClC,eAAO,CAAC,YAAY,CAAC,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC"}
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "logger",
|
"name": "logger-perfcloud",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "out/index.js",
|
"main": "out/index.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user