com.vinculumtech.platform.root
Class LoggingRoot

java.lang.Object
  extended bycom.vinculumtech.platform.root.LoggingRoot

public final class LoggingRoot
extends java.lang.Object

The LoggingRoot class is the root of all logging functions. It is mainly a convenience.

Version:
$Id: //depot/carrierwave/src/shared/com/vinculumtech/platform/root/LoggingRoot.java#11 $

Field Summary
static java.lang.String LOGGING_CLASS
           
static java.lang.String PLATFORM_LOG
           
 
Method Summary
static boolean isDebugEnabledFor(java.lang.Class type)
           
static boolean isDebugEnabledFor(java.lang.String type)
           
static boolean isInfoEnabledFor(java.lang.Class type)
           
static boolean isInfoEnabledFor(java.lang.String type)
           
static boolean isPlatformDebugEnabled()
           
static boolean isPlatformInfoEnabled()
           
static void logDebug(java.lang.Class type, java.lang.Object message, java.lang.Throwable throwable)
           
static void logError(java.lang.Class type, java.lang.Object message, java.lang.Throwable throwable)
           
static void logInfo(java.lang.Class type, java.lang.Object message, java.lang.Throwable throwable)
           
static void logPlatformDebug(java.lang.String message)
           
static void logPlatformDebug(java.lang.String message, java.lang.Throwable throwable)
           
static void logPlatformError(java.lang.String message)
           
static void logPlatformError(java.lang.String message, java.lang.Throwable throwable)
           
static void logPlatformInfo(java.lang.String message)
           
static void logPlatformInfo(java.lang.String message, java.lang.Throwable throwable)
           
static void logPlatformWarning(java.lang.String message)
           
static void logPlatformWarning(java.lang.String message, java.lang.Throwable throwable)
           
static void logStdErr(java.lang.String type, java.lang.String message, java.lang.Throwable throwable)
           
static void logWarning(java.lang.Class type, java.lang.Object message, java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLATFORM_LOG

public static final java.lang.String PLATFORM_LOG
See Also:
Constant Field Values

LOGGING_CLASS

public static final java.lang.String LOGGING_CLASS
See Also:
Constant Field Values
Method Detail

logDebug

public static final void logDebug(java.lang.Class type,
                                  java.lang.Object message,
                                  java.lang.Throwable throwable)

logInfo

public static final void logInfo(java.lang.Class type,
                                 java.lang.Object message,
                                 java.lang.Throwable throwable)

logWarning

public static final void logWarning(java.lang.Class type,
                                    java.lang.Object message,
                                    java.lang.Throwable throwable)

logError

public static final void logError(java.lang.Class type,
                                  java.lang.Object message,
                                  java.lang.Throwable throwable)

logPlatformDebug

public static final void logPlatformDebug(java.lang.String message)

logPlatformDebug

public static final void logPlatformDebug(java.lang.String message,
                                          java.lang.Throwable throwable)

logPlatformInfo

public static final void logPlatformInfo(java.lang.String message)

logPlatformInfo

public static final void logPlatformInfo(java.lang.String message,
                                         java.lang.Throwable throwable)

logPlatformWarning

public static final void logPlatformWarning(java.lang.String message)

logPlatformWarning

public static final void logPlatformWarning(java.lang.String message,
                                            java.lang.Throwable throwable)

logPlatformError

public static final void logPlatformError(java.lang.String message)

logPlatformError

public static final void logPlatformError(java.lang.String message,
                                          java.lang.Throwable throwable)

logStdErr

public static final void logStdErr(java.lang.String type,
                                   java.lang.String message,
                                   java.lang.Throwable throwable)

isPlatformDebugEnabled

public static final boolean isPlatformDebugEnabled()

isDebugEnabledFor

public static final boolean isDebugEnabledFor(java.lang.Class type)

isDebugEnabledFor

public static final boolean isDebugEnabledFor(java.lang.String type)

isPlatformInfoEnabled

public static final boolean isPlatformInfoEnabled()

isInfoEnabledFor

public static final boolean isInfoEnabledFor(java.lang.Class type)

isInfoEnabledFor

public static final boolean isInfoEnabledFor(java.lang.String type)


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.