|
WebLogic Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The public interface to the logging framework.
| Method Summary | |
void |
addRuntimeDestination(java.io.PrintWriter writer)
Adds a new destination for log messages at runtime, as opposed to destinations configured using the configuration file. |
void |
audit(java.lang.String strKey)
Logs audit message by looking up its Key. |
void |
audit(java.lang.String strMessage,
boolean isDirect)
Logs strMessage as message (set isDirect == true) |
void |
audit(java.lang.String strKey,
java.lang.Object obj)
Logs audit messages with one arg. |
void |
audit(java.lang.String strKey,
java.lang.Object[] aInfo)
Logs audit messages using an array of arguments. |
void |
audit(java.lang.Throwable t)
Logs exception to audit log |
void |
debug(java.lang.String strMessage)
Logs a debug message, which are used to determine how the internals of a component are working and are typically not internationalized. |
void |
error(java.lang.String strKey)
Logs error message by looking up its Key. |
void |
error(java.lang.String strMessage,
boolean isDirect)
Logs strMessage as message (set isDirect == true) |
void |
error(java.lang.String strKey,
java.lang.Object obj)
Logs error message with one arg. |
void |
error(java.lang.String strKey,
java.lang.Object[] aInfo)
Logs error message with one arg. |
void |
error(java.lang.Throwable t)
Logs exceptions into the log |
java.lang.String |
getI18NMessage(java.lang.String strKey)
Gets an Locale specific string from the resource bundle using strKey |
java.lang.String |
getI18NMessage(java.lang.String strKey,
java.lang.Object obj)
Gets a Locale specific string from the resource bundle using strKey and replaces with one argument |
java.lang.String |
getI18NMessage(java.lang.String strKey,
java.lang.Object[] aInfo)
Gets a Locale specific string from the resource bundle using strKey and replaces with contents of an array |
java.lang.String |
getLevel()
Returns the currently assigned priority, if any, for this Category. |
java.io.PrintWriter |
getLogWriter()
Returns a PrintWriter for writing to an appropriate location. |
INestedDiagnosticContext |
getNDCInterface()
Gets an interface to a Nested Diagnostic Context object for applying thread-specific context to your log messages |
void |
info(java.lang.String strKey)
Log an info message by looking up its key. |
void |
info(java.lang.String strMessage,
boolean isDirect)
Logs strMessage as message (set isDirect == true) |
void |
info(java.lang.String strKey,
java.lang.Object obj)
Logs info messages with one arg. |
void |
info(java.lang.String strKey,
java.lang.Object[] aInfo)
Logs an info messages using an array of arguments. |
boolean |
isDebugEnabled()
True if DEBUG priority is enabled |
boolean |
isInfoEnabled()
True if INFO priority is enabled |
void |
setLevel(java.lang.String strPriority)
Sets the priority for this LogCategory |
void |
setPriority(int intPriority)
Deprecated. This method is being deprecated to allow the logtoolkit to standardize with java logging frameworks. Please use setLevel(String) instead |
void |
setPriority(LogPriority priority)
Deprecated. This method is being deprecated to allow the logtoolkit to standardize with java logging frameworks. Please use setLevel(String) instead |
void |
setPriority(java.lang.String strPriority)
Deprecated. This method is being deprecated to allow the logtoolkit to standardize with java logging frameworks. Please use setLevel(String) instead |
void |
setResourceBundle(java.util.ResourceBundle bundle)
Sets the category's resource bundle |
void |
warn(java.lang.String strKey)
Logs a warning message by looking up its Key. |
void |
warn(java.lang.String strMessage,
boolean isDirect)
Logs strMessage as message (set isDirect == true) |
void |
warn(java.lang.String strKey,
java.lang.Object obj)
Logs a warning messages with one arg. |
void |
warn(java.lang.String strKey,
java.lang.Object[] aInfo)
Logs a warning using an array of arguments. |
void |
warn(java.lang.Throwable t)
Logs an exception as a warning |
| Method Detail |
public void audit(java.lang.String strKey)
strKey - - ResourceBundle key that identifies the correct value for substitution into the
Locale specific message.
public void audit(java.lang.String strMessage,
boolean isDirect)
public void audit(java.lang.String strKey,
java.lang.Object[] aInfo)
strKey - - ResourceBundle key that identifies the correct value for substitution into the
Locale specific message.aInfo - - an array of arguments used to substitute Locale specific values into the message
at the correct place holders.
public void audit(java.lang.String strKey,
java.lang.Object obj)
strKey - - ResourceBundle key that identifies the correct value for substitution into the
Locale specific message.ojb - - Object to substitue into the Locale specific message at the appropriate place holder.public void audit(java.lang.Throwable t)
throwable - - exceptionpublic void error(java.lang.String strKey)
strKey - - ResourceBundle key that identifies the correct value for substitution into the
Locale specific message.
public void error(java.lang.String strMessage,
boolean isDirect)
public void error(java.lang.String strKey,
java.lang.Object[] aInfo)
strKey - - ResourceBundle key that identifies the correct value for substitution into the
Locale specific message.aInfo - - an array of arguments used to substitute Locale specific values into the message
at the correct place holders.
public void error(java.lang.String strKey,
java.lang.Object obj)
strKey - - ResourceBundle key that identifies the correct value for substitution into the
Locale specific message.obj - - Object to substitue into the Locale specific message at the appropriate place holder.public void error(java.lang.Throwable t)
throwable - - exceptionpublic void warn(java.lang.String strKey)
strKey - - ResourceBundle key that identifies the correct value for substitution into the
Locale specific message.
public void warn(java.lang.String strMessage,
boolean isDirect)
public void warn(java.lang.String strKey,
java.lang.Object[] aInfo)
strKey - - ResourceBundle key that identifies the correct value for substitution into the
Locale specific message.aInfo - - an array of arguments used to substitute Locale specific values into the message
at the correct place holders.
public void warn(java.lang.String strKey,
java.lang.Object obj)
strKey - - ResourceBundle key for determining the appropriate value to substitute into the
Locale specific message.obj - - Object to substitue into the Locale specific message at the appropriate place holder.public void warn(java.lang.Throwable t)
throwable - - exceptionpublic boolean isInfoEnabled()
public void info(java.lang.String strKey)
strKey - - ResourceBundle key used to identify the appropriate value for
this Locale specific message.
public void info(java.lang.String strMessage,
boolean isDirect)
strMessage - - message to logisDirect - - TODO
public void info(java.lang.String strKey,
java.lang.Object[] aInfo)
strKey - - ResourceBundle key that identifies the appropriate value for substitutionaInfo - - An array of Objects that will get replace into the Locale specific message at the appropriate place holders.
public void info(java.lang.String strKey,
java.lang.Object obj)
strKey - - ResourceBundle key that identifies the appropriate value for substitutionobj - - Object that will get replace into the Locale specific message at the appropriate place holder.public boolean isDebugEnabled()
public void debug(java.lang.String strMessage)
strMessage - - debug message that will be written into the logpublic void addRuntimeDestination(java.io.PrintWriter writer)
writer - - a new destination for log messagespublic java.io.PrintWriter getLogWriter()
public void setPriority(java.lang.String strPriority)
public void setPriority(LogPriority priority)
public void setPriority(int intPriority)
public java.lang.String getLevel()
public void setLevel(java.lang.String strPriority)
strPriority - - new level for this LogCategorypublic void setResourceBundle(java.util.ResourceBundle bundle)
ResourceBundle - - specific ResourceBundle that will be used to find keys for
substituting objects into your Locale specific message.public java.lang.String getI18NMessage(java.lang.String strKey)
strKey - - specific key in your ResourceBundle whose value will be replaced in your
Locale specific message.
public java.lang.String getI18NMessage(java.lang.String strKey,
java.lang.Object[] aInfo)
args[] - - an array of objects that will be substituted into your Locale
specific message using the appropriate place holders
public java.lang.String getI18NMessage(java.lang.String strKey,
java.lang.Object obj)
public INestedDiagnosticContext getNDCInterface()
|
WebLogic Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||