Interface ITelemetryLogger
- All Superinterfaces:
IManagedService
- All Known Implementing Classes:
JavaUtilLogger
Abstraction of the telemetry logger. Used to provide different implementations of the logging facilities as well
as improve testabilitiy of the solution
-
Method Summary
Methods inherited from interface com._1c.g5.wiring.IManagedService
activate, deactivate
-
Method Details
-
info
Logs the info into the logger- Parameters:
info
- The information to log. May not benull
-