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.
Gets a logger.
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.