Class JDKXRLogger

  • All Implemented Interfaces:
    XRLogger

    public class JDKXRLogger
    extends java.lang.Object
    implements XRLogger
    An XRLogger interface that uses java.util.logging.
    • Constructor Summary

      Constructors 
      Constructor Description
      JDKXRLogger()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void log​(java.lang.String where, java.util.logging.Level level, java.lang.String msg)
      void log​(java.lang.String where, java.util.logging.Level level, java.lang.String msg, java.lang.Throwable th)
      void setLevel​(java.lang.String logger, java.util.logging.Level level)
      • Methods inherited from class java.lang.Object

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

      • JDKXRLogger

        public JDKXRLogger()
    • Method Detail

      • log

        public void log​(java.lang.String where,
                        java.util.logging.Level level,
                        java.lang.String msg)
        Specified by:
        log in interface XRLogger
      • log

        public void log​(java.lang.String where,
                        java.util.logging.Level level,
                        java.lang.String msg,
                        java.lang.Throwable th)
        Specified by:
        log in interface XRLogger
      • setLevel

        public void setLevel​(java.lang.String logger,
                             java.util.logging.Level level)
        Specified by:
        setLevel in interface XRLogger