Provides a configurable Logging API to prevent uses of console.log statements.

Example

Typical usage is:

import { loggerForName } from "apprt-core/Logger";
const LOG = loggerForName("mybundle/MyFile");

// now add logging statements
LOG.info("Component started");

Index

Interfaces

Type Aliases

Functions

Generated using TypeDoc