Retrieves or creates a category logger.
This plugin provides an efficient logging implementation that allows application components to log messages at 5 levels to a hierarchical category that can be tuned via app/configs/logging.js
Arguments:
| category | String | |
|---|---|---|
| A dot-delimited name, usually the namespace of the class the logger is being used in. | ||
