Why did I need that?
This commit is contained in:
7
tests/basic.ts
Normal file
7
tests/basic.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import Logging from "@proxnet/undead-logging";
|
||||
|
||||
const log = new Logging("Test");
|
||||
|
||||
log.i('Hello World! 1');
|
||||
log.d('Hello World! 2');
|
||||
log.n('Hello World! 3');
|
||||
Reference in New Issue
Block a user