err() method from fcf.Logger class
Package: fcf-framework-core
File: fcf-framework-core:fcf.js
Available from version: 2.0.2
Outputs a message to the log. Logging level "error".
Arguments
- The name of the module in which logging is performed
- Arguments output to the log
Result
- Delayed action object for logging operation completion
Example: Function application
Output:
2023-04-18 02:34:34.593 [PID:12245] [ERR] [MOD:Application]: Hello world!