LoggerFactory

A factory that initializes a Logger wherever it's needed. Generally a single factory is needed for your application, and this factory will take any implementation-specific options into account when building the logger.

interface LoggerFactory {}

Members

Functions

getLogger
Logger getLogger(string name)

Gets a logger.