Implement groupLog
method to support log groups by providing metadata
#201
Labels
groupLog
method to support log groups by providing metadata
#201
Problem
We need to have multiple high level log groups, which have meaning for our application such as: statistics, monitoring, telemetry, security, db operations, etc.
Solution
Extend existing logger functionality by adding new method:
groupLog(message, groupName = 'system')
The text was updated successfully, but these errors were encountered: