import Logging from "../src/mod.ts"; const log = new Logging("NotBright"); log.bright = false; log.i("Not Bright");