java.lang.Object | |
↳ | org.apache.log4j.LogXF |
![]() |
This is a base class for LogMF and LogSF parameterized logging classes.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TRACE | Trace level. |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Log an entering message with a parameter at DEBUG level.
| |||||||||||
Log an entering message with an array of parameters at DEBUG level.
| |||||||||||
Log an entering message at DEBUG level.
| |||||||||||
Log an entering message with a parameter at DEBUG level.
| |||||||||||
Log an exiting message at DEBUG level.
| |||||||||||
Log an exiting message with result at DEBUG level.
| |||||||||||
Log an exiting message with result at DEBUG level.
| |||||||||||
Logs a throwing message at DEBUG level.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create new array.
| |||||||||||
Create new array.
| |||||||||||
Create new array.
| |||||||||||
Create new array.
| |||||||||||
Returns a Boolean instance representing the specified boolean.
| |||||||||||
Returns a Character instance representing the specified char.
| |||||||||||
Returns a Long instance representing the specified long.
| |||||||||||
Returns a Double instance representing the specified double.
| |||||||||||
Returns an Integer instance representing the specified int.
| |||||||||||
Returns a Byte instance representing the specified byte.
| |||||||||||
Returns a Float instance representing the specified float.
| |||||||||||
Returns a Short instance representing the specified short.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Log an entering message with a parameter at DEBUG level.
logger | logger, may not be null. |
---|---|
sourceClass | source class, may be null. |
sourceMethod | method, may be null. |
param | parameter, may be null. |
Log an entering message with an array of parameters at DEBUG level.
logger | logger, may not be null. |
---|---|
sourceClass | source class, may be null. |
sourceMethod | method, may be null. |
params | parameters, may be null. |
Log an entering message at DEBUG level.
logger | logger, may not be null. |
---|---|
sourceClass | source class, may be null. |
sourceMethod | method, may be null. |
Log an entering message with a parameter at DEBUG level.
logger | logger, may not be null. |
---|---|
sourceClass | source class, may be null. |
sourceMethod | method, may be null. |
param | parameter, may be null. |
Log an exiting message at DEBUG level.
logger | logger, may not be null. |
---|---|
sourceClass | source class, may be null. |
sourceMethod | method, may be null. |
Log an exiting message with result at DEBUG level.
logger | logger, may not be null. |
---|---|
sourceClass | source class, may be null. |
sourceMethod | method, may be null. |
result | result, may be null. |
Log an exiting message with result at DEBUG level.
logger | logger, may not be null. |
---|---|
sourceClass | source class, may be null. |
sourceMethod | method, may be null. |
result | result, may be null. |
Logs a throwing message at DEBUG level.
logger | logger, may not be null. |
---|---|
sourceClass | source class, may be null. |
sourceMethod | method, may be null. |
thrown | throwable, may be null. |
Create new array.
param1 | parameter 1. |
---|---|
param2 | parameter 2. |
param3 | parameter 3. |
Create new array.
param1 | parameter 1. |
---|---|
param2 | parameter 2. |
Create new array.
param1 | parameter 1. |
---|
Create new array.
param1 | parameter 1. |
---|---|
param2 | parameter 2. |
param3 | parameter 3. |
param4 | parameter 4. |
Returns a Boolean instance representing the specified boolean. Boolean.valueOf was added in JDK 1.4.
b | a boolean value. |
---|
Returns a Character instance representing the specified char. Character.valueOf was added in JDK 1.5.
c | a character value. |
---|
Returns a Long instance representing the specified long. Long.valueOf was added in JDK 1.5.
b | a long value. |
---|
Returns a Double instance representing the specified double. Double.valueOf was added in JDK 1.5.
b | a double value. |
---|
Returns an Integer instance representing the specified int. Integer.valueOf was added in JDK 1.5.
b | an int value. |
---|
Returns a Byte instance representing the specified byte. Byte.valueOf was added in JDK 1.5.
b | a byte value. |
---|
Returns a Float instance representing the specified float. Float.valueOf was added in JDK 1.5.
b | a float value. |
---|
Returns a Short instance representing the specified short. Short.valueOf was added in JDK 1.5.
b | a short value. |
---|