Class LocationServiceLogger$


  • public class LocationServiceLogger$
    extends csw.logging.client.scaladsl.LoggerFactory
    All the logs generated from location service will have a fixed componentName, which is the value of Constants.LocationService. The componentName helps in production to filter out logs from a particular component and this case, it helps to filter out logs generated from location service.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static LocationServiceLogger$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      • Methods inherited from class csw.logging.client.scaladsl.LoggerFactory

        asJava
      • Methods inherited from class csw.logging.client.scaladsl.BaseLoggerFactory

        getLogger, getLogger, getLogger
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final LocationServiceLogger$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • LocationServiceLogger$

        public LocationServiceLogger$()