fcf.Logger class
Base class:
Package: fcf-framework-core
File: fcf-framework-core:fcf.js
Available from version: 2.0.2
Logger class with file recording
Static constants
Events dispatched from the fcf.EventEmitter base class
Methods
- Class constructor
- Returns a configuration object
- Outputs a message to the log. Logging level "test".
- Outputs a message to the log. Logging level "crash".
- Outputs a message to the log. Logging level "error".
- Outputs a message to the log. Logging level "warning".
- Outputs a message to the log. Logging level "log".
- Outputs a message to the log. Logging level "info".
- Outputs a message to the log. Logging level "debug".
- Outputs a message to the log. Logging level "trace".