- log(ResourceBundle, String, int, boolean, int, Object[], Throwable) - Method in class COM.TIBCO.hawk.ami.AmiTrace
-
Logs the given Throwable's stack trace.
- log(ResourceBundle, String, int, int, Object[]) - Method in class COM.TIBCO.hawk.ami.AmiTrace
-
- log(int, String) - Method in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Logs the given msg if the current trace level has
the given code
set.
- log(int, Throwable) - Method in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Logs the given Throwable's stack trace.
- log(int, String, Throwable) - Method in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Logs the given Throwable's stack trace.
- log(int, int, String, Throwable) - Method in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Logs the given exception's stack trace according to the current trace
properties.
- log(ResourceBundle, String, int, boolean, int, Object[], Throwable) - Method in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Logs the given Throwable's stack trace.
- log(ResourceBundle, String, int, int, Object[]) - Method in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
- logAlways(String) - Method in class COM.TIBCO.hawk.ami.AmiTrace
-
When this method is invoked, the input logMsg should always be logged
regardless of the state of the trace properties.
- logAlways(Throwable) - Method in class COM.TIBCO.hawk.ami.AmiTrace
-
When this method is invoked, the input exception's stack trace should
always be logged regardless of the state of the trace properties.
- logAlways(String) - Method in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Logs the given msg with the AMI_ALWAYS bit.
- logAlways(Throwable) - Method in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Logs the given Throwable's stack trace with the AMI_ALWAYS bit.
- logAmi(String) - Method in class COM.TIBCO.hawk.ami.AmiTrace
-
When this method is invoked, the input logMsg should be logged
only if the state of the trace properties indicates a need for
AMI debugging messages.
- logAmi(Throwable) - Method in class COM.TIBCO.hawk.ami.AmiTrace
-
When this method is invoked, the input exception's stack trace should
be logged only if the state of the trace properties indicates a need for
AMI debugging messages.
- logAmi(String) - Method in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Logs the given msg with the AMI_AMI bit.
- logAmi(Throwable) - Method in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Logs the given Throwable's stack trace with the AMI_AMI bit.
- logDebug(String) - Method in class COM.TIBCO.hawk.ami.AmiTrace
-
When this method is invoked, the input logMsg should be logged
only if the state of the trace properties indicates a need for
debugging messages.
- logDebug(Throwable) - Method in class COM.TIBCO.hawk.ami.AmiTrace
-
When this method is invoked, the input exception's stack trace should
be logged only if the state of the trace properties indicates a need for
debugging messages.
- logDebug(String) - Method in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Logs the given msg with the AMI_DEBUG bit.
- logDebug(Throwable) - Method in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Logs the given Throwable's stack trace with the AMI_DEBUG bit.
- logError(String) - Method in class COM.TIBCO.hawk.ami.AmiTrace
-
When this method is invoked, the input logMsg should always be logged
regardless of the state of the trace properties.
- logError(Throwable) - Method in class COM.TIBCO.hawk.ami.AmiTrace
-
When this method is invoked, the input exception's stack trace should
always be logged regardless of the state of the trace properties.
- logError(String) - Method in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Logs the given msg with the AMI_ERROR bit.
- logError(Throwable) - Method in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Logs the given Throwable's stack trace with the AMI_ERROR bit.
- logInfo(String) - Method in class COM.TIBCO.hawk.ami.AmiTrace
-
When this method is invoked, the input logMsg should be logged
only if the state of the trace properties indicates a need for
information messages.
- logInfo(Throwable) - Method in class COM.TIBCO.hawk.ami.AmiTrace
-
When this method is invoked, the input exception's stack trace should be
logged only if the state of the trace properties indicates a need for
information messages.
- logInfo(String) - Method in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Logs the given msg with the AMI_INFO bit.
- logInfo(Throwable) - Method in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Logs the given Throwable's stack trace with the AMI_INFO bit.
- logWarning(String) - Method in class COM.TIBCO.hawk.ami.AmiTrace
-
When this method is invoked, the input logMsg should be logged
only if the state of the trace properties indicates a need for
warning messages.
- logWarning(Throwable) - Method in class COM.TIBCO.hawk.ami.AmiTrace
-
When this method is invoked, the input exception's stack trace should be
logged only if the state of the trace properties indicates a need for
warning messages.
- logWarning(String) - Method in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Logs the given msg with the AMI_WARNING bit.
- logWarning(Throwable) - Method in interface COM.TIBCO.hawk.ami.AmiTraceInterface
-
Logs the given Throwable's stack trace with the AMI_WARNING bit.