| java.lang.Object com.sun.jbi.jsf.util.JBILogger
JBILogger | final public class JBILogger (Code) | | Provides logging facilities for JBI admin-gui web console classes
author: Sun Microsystems Inc. |
Method Summary | |
public static void | entering(String aClassName, String aMethodName) | public static void | entering(String aClassName, String aMethodName, Object[] anArgsArray) | public static void | exiting(String aClassName, String aMethodName) | public static void | exiting(String aClassName, String aMethodName, Object aResult) | public static synchronized Logger | getInstance() | public static boolean | isLoggableFine() | public static boolean | isLoggableFiner() | public static void | logFine(String aClassName, String aMethodName, String aNonI18nMessage) | public static void | logFiner(String aClassName, String aMethodName, String aNonI18nMessage) | public static void | logpFine(String aClassName, String aMethodName, String aMessageKey) | public static void | logpFine(String aClassName, String aMethodName, String aMessageKey, Object[] anInsertsArray) | public static void | logpFiner(String aClassName, String aMethodName, String aMessageKey) | public static void | logpFiner(String aClassName, String aMethodName, String aMessageKey, Object[] anInsertsArray) |
entering | public static void entering(String aClassName, String aMethodName)(Code) | | Description of the Method
Parameters: aClassName - Description of Parameter Parameters: aMethodName - Description of Parameter |
entering | public static void entering(String aClassName, String aMethodName, Object[] anArgsArray)(Code) | | Description of the Method
Parameters: aClassName - Description of Parameter Parameters: aMethodName - Description of Parameter Parameters: anArgsArray - Description of Parameter |
exiting | public static void exiting(String aClassName, String aMethodName)(Code) | | Description of the Method
Parameters: aClassName - Description of Parameter Parameters: aMethodName - Description of Parameter |
exiting | public static void exiting(String aClassName, String aMethodName, Object aResult)(Code) | | Description of the Method
Parameters: aClassName - Description of Parameter Parameters: aMethodName - Description of Parameter Parameters: aResult - Description of Parameter |
getInstance | public static synchronized Logger getInstance()(Code) | | returns the instance of the logger
The Instance value |
isLoggableFine | public static boolean isLoggableFine()(Code) | | Gets the LoggableFine attribute of the JBILogger class
The LoggableFine value |
isLoggableFiner | public static boolean isLoggableFiner()(Code) | | Gets the LoggableFiner attribute of the JBILogger class
The LoggableFiner value |
logFine | public static void logFine(String aClassName, String aMethodName, String aNonI18nMessage)(Code) | | Description of the Method
Parameters: aClassName - Description of Parameter Parameters: aMethodName - Description of Parameter Parameters: aNonI18nMessage - Description of Parameter |
logFiner | public static void logFiner(String aClassName, String aMethodName, String aNonI18nMessage)(Code) | | Description of the Method
Parameters: aClassName - Description of Parameter Parameters: aMethodName - Description of Parameter Parameters: aNonI18nMessage - Description of Parameter |
logpFine | public static void logpFine(String aClassName, String aMethodName, String aMessageKey)(Code) | | Description of the Method
Parameters: aClassName - Description of Parameter Parameters: aMethodName - Description of Parameter Parameters: aMessageKey - Description of Parameter |
logpFine | public static void logpFine(String aClassName, String aMethodName, String aMessageKey, Object[] anInsertsArray)(Code) | | Description of the Method
Parameters: aClassName - Description of Parameter Parameters: aMethodName - Description of Parameter Parameters: aMessageKey - Description of Parameter Parameters: anInsertsArray - Description of Parameter |
logpFiner | public static void logpFiner(String aClassName, String aMethodName, String aMessageKey)(Code) | | Description of the Method
Parameters: aClassName - Description of Parameter Parameters: aMethodName - Description of Parameter Parameters: aMessageKey - Description of Parameter |
logpFiner | public static void logpFiner(String aClassName, String aMethodName, String aMessageKey, Object[] anInsertsArray)(Code) | | Description of the Method
Parameters: aClassName - Description of Parameter Parameters: aMethodName - Description of Parameter Parameters: aMessageKey - Description of Parameter Parameters: anInsertsArray - Description of Parameter |
|
|