Resolve "Update usage metrics: Settings"
Closes #1021 (closed)
Add the following to features of pat resp. hcp:
import {
ExampleUsageLoggingJobsModule,
ConsoleAsUsageLoggingEndpointModule
} from '@rcc/examples/src'
This should trigger 10 logging events – one every 10 seconds. (visible on the console). Use settings to enable usage logging and job 1 to see the output in the console. After the 10 ecents you need to relaod to see any further logging attempts.
Edited by Andreas Pittrich