Options
All
  • Public
  • Public/Protected
  • All
Menu

Provides logging options.

Usage

import { LogController } from './brooxLogger.js';

LogController

Enables or disables logs to console.

// example
const logController = new LogController(true, () => {...);
console.log(message);

Index

Generated using TypeDoc