Interface ITelemetryLogger

All Superinterfaces:
IManagedService
All Known Implementing Classes:
JavaUtilLogger

public interface ITelemetryLogger extends IManagedService
Abstraction of the telemetry logger. Used to provide different implementations of the logging facilities as well as improve testabilitiy of the solution
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    info(String info)
    Logs the info into the logger

    Methods inherited from interface com._1c.g5.wiring.IManagedService

    activate, deactivate
  • Method Details

    • info

      void info(String info)
      Logs the info into the logger
      Parameters:
      info - The information to log. May not be null