org.jclouds.logging

Interface Logger

    • Field Detail

      • NULL

        static final Logger NULL
        Assign to member to avoid NPE when no logging module is configured.
      • CONSOLE

        static final Logger CONSOLE
        Assign to member to avoid NPE when no logging module is configured.
    • Method Detail

      • getCategory

        String getCategory()
      • isTraceEnabled

        boolean isTraceEnabled()
      • isDebugEnabled

        boolean isDebugEnabled()
      • isInfoEnabled

        boolean isInfoEnabled()
      • isWarnEnabled

        boolean isWarnEnabled()
      • isErrorEnabled

        boolean isErrorEnabled()

Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.