Options
All
  • Public
  • Public/Protected
  • All
Menu

Create and configure your LoggerFactory from here.

Hierarchy

  • LFService

Index

Methods

Static closeLoggers

  • closeLoggers(): void
  • Closes all Loggers for LoggerFactories that were created. After this call, all previously fetched Loggers (from their factories) are unusable. The factories remain as they were.

    Returns void

Static createLoggerFactory

  • Create a new LoggerFactory with given options (if any). If no options are specified, the LoggerFactory, will accept any named logger and will log on info level by default for, to the console.

    Parameters

    Returns LoggerFactory

Generated using TypeDoc