Skip to content

Releases: By-Nordenfelt-AB/log4njs

3.1.0

30 Jan 19:01
Compare
Choose a tag to compare

3.1.0

See readme for more details

  • Added masking possibilities
  • Added callerInfo configuration
  • Added isDebugEnabled & isTraceEnabled methods
  • Added benchmarks
  • Added more config options via process.env

3.0.0

  • Typescript compatible
  • New initialization:
import { getLogger } from 'log4njs';
const log = getLogger({ });
  • The following shorthand methods are no longer supported:
    • warn -- Use warning instead
    • err -- Use error instead
    • crit -- Use critical instead