breaking change. it works better.
This commit is contained in:
8
tests/time.ts
Normal file
8
tests/time.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import Logging, { LoggingConfiguration } from "../src/mod.ts";
|
||||
import { TimeFormat } from "../src/types.ts";
|
||||
|
||||
LoggingConfiguration.timeFormat = TimeFormat.None;
|
||||
|
||||
const log = new Logging("NoDate");
|
||||
|
||||
log.i('No Date');
|
||||
Reference in New Issue
Block a user