Class JLoggerFactory


  • public class JLoggerFactory
    extends JBaseLoggerFactory
    When using the JLoggerFactory, log statements will have @componentName tag with provided prefix

    param: prefix to appear in log statements

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      csw.logging.client.scaladsl.LoggerFactory asScala()
      Returns the scala API for this instance of JLoggerFactory
      • Methods inherited from class java.lang.Object

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

      • JLoggerFactory

        public JLoggerFactory​(Prefix prefix)
    • Method Detail

      • asScala

        public csw.logging.client.scaladsl.LoggerFactory asScala()
        Returns the scala API for this instance of JLoggerFactory
        Returns:
        (undocumented)