- Update the used deno API
- move from
deno-lib/logger
todeno-library/logger
- use JSR publish
- add docs
- New build / deployement script
- Update doc
Remove useless parameter and optimize fileLogger
interface fileLoggerOptions {
rotate?: boolean; // cut by day
- now?: boolean; // print datetime or not
maxBytes?: number, // the maximum size in bytes that the log file can grow to before rolling over to a new one
maxBackupCount?: number // maxBackupCount must work with maxBytes
}