|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.util.POILogger org.apache.poi.util.NullLogger
public class NullLogger
A logger class that strives to make it as easy as possible for developers to write log calls, while simultaneously making those calls as cheap as possible by performing lazy evaluation of the log message.
Field Summary |
---|
Fields inherited from class org.apache.poi.util.POILogger |
---|
DEBUG, ERROR, FATAL, INFO, WARN |
Constructor Summary | |
---|---|
NullLogger()
|
Method Summary | |
---|---|
boolean |
check(int level)
Check if a logger is enabled to log at the specified level |
void |
initialize(java.lang.String cat)
|
void |
log(int level,
java.lang.Object obj1)
Log a message |
void |
log(int level,
java.lang.Object obj1,
java.lang.Object obj2)
Log a message. |
void |
log(int level,
java.lang.Object obj1,
java.lang.Object obj2,
java.lang.Object obj3)
Log a message. |
void |
log(int level,
java.lang.Object obj1,
java.lang.Object obj2,
java.lang.Object obj3,
java.lang.Object obj4)
Log a message. |
void |
log(int level,
java.lang.Object obj1,
java.lang.Object obj2,
java.lang.Object obj3,
java.lang.Object obj4,
java.lang.Object obj5)
Log a message. |
void |
log(int level,
java.lang.Object obj1,
java.lang.Object obj2,
java.lang.Object obj3,
java.lang.Object obj4,
java.lang.Object obj5,
java.lang.Object obj6)
Log a message. |
void |
log(int level,
java.lang.Object obj1,
java.lang.Object obj2,
java.lang.Object obj3,
java.lang.Object obj4,
java.lang.Object obj5,
java.lang.Object obj6,
java.lang.Object obj7)
Log a message. |
void |
log(int level,
java.lang.Object obj1,
java.lang.Object obj2,
java.lang.Object obj3,
java.lang.Object obj4,
java.lang.Object obj5,
java.lang.Object obj6,
java.lang.Object obj7,
java.lang.Object obj8)
Log a message. |
void |
log(int level,
java.lang.Object obj1,
java.lang.Object obj2,
java.lang.Object obj3,
java.lang.Object obj4,
java.lang.Object obj5,
java.lang.Object obj6,
java.lang.Object obj7,
java.lang.Object obj8,
java.lang.Throwable exception)
Log a message. |
void |
log(int level,
java.lang.Object obj1,
java.lang.Object obj2,
java.lang.Object obj3,
java.lang.Object obj4,
java.lang.Object obj5,
java.lang.Object obj6,
java.lang.Object obj7,
java.lang.Throwable exception)
Log a message. |
void |
log(int level,
java.lang.Object obj1,
java.lang.Object obj2,
java.lang.Object obj3,
java.lang.Object obj4,
java.lang.Object obj5,
java.lang.Object obj6,
java.lang.Throwable exception)
Log a message. |
void |
log(int level,
java.lang.Object obj1,
java.lang.Object obj2,
java.lang.Object obj3,
java.lang.Object obj4,
java.lang.Object obj5,
java.lang.Throwable exception)
Log a message. |
void |
log(int level,
java.lang.Object obj1,
java.lang.Object obj2,
java.lang.Object obj3,
java.lang.Object obj4,
java.lang.Throwable exception)
Log a message. |
void |
log(int level,
java.lang.Object obj1,
java.lang.Object obj2,
java.lang.Object obj3,
java.lang.Throwable exception)
Log a message. |
void |
log(int level,
java.lang.Object obj1,
java.lang.Object obj2,
java.lang.Throwable exception)
Log a message. |
void |
log(int level,
java.lang.Object obj1,
java.lang.Throwable exception)
Log a message |
void |
logFormatted(int level,
java.lang.String message,
java.lang.Object obj1)
Logs a formated message. |
void |
logFormatted(int level,
java.lang.String message,
java.lang.Object obj1,
java.lang.Object obj2)
Logs a formated message. |
void |
logFormatted(int level,
java.lang.String message,
java.lang.Object obj1,
java.lang.Object obj2,
java.lang.Object obj3)
Logs a formated message. |
void |
logFormatted(int level,
java.lang.String message,
java.lang.Object obj1,
java.lang.Object obj2,
java.lang.Object obj3,
java.lang.Object obj4)
Logs a formated message. |
Methods inherited from class org.apache.poi.util.POILogger |
---|
log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullLogger()
Method Detail |
---|
public void initialize(java.lang.String cat)
initialize
in class POILogger
public void log(int level, java.lang.Object obj1)
log
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALobj1
- The object to log.public boolean check(int level)
check
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALpublic void log(int level, java.lang.Object obj1, java.lang.Object obj2)
log
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALobj1
- first object to place in the messageobj2
- second object to place in the messagepublic void log(int level, java.lang.Object obj1, java.lang.Object obj2, java.lang.Object obj3)
log
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALobj1
- first Object to place in the messageobj2
- second Object to place in the messageobj3
- third Object to place in the messagepublic void log(int level, java.lang.Object obj1, java.lang.Object obj2, java.lang.Object obj3, java.lang.Object obj4)
log
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALobj1
- first Object to place in the messageobj2
- second Object to place in the messageobj3
- third Object to place in the messageobj4
- fourth Object to place in the messagepublic void log(int level, java.lang.Object obj1, java.lang.Object obj2, java.lang.Object obj3, java.lang.Object obj4, java.lang.Object obj5)
log
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALobj1
- first Object to place in the messageobj2
- second Object to place in the messageobj3
- third Object to place in the messageobj4
- fourth Object to place in the messageobj5
- fifth Object to place in the messagepublic void log(int level, java.lang.Object obj1, java.lang.Object obj2, java.lang.Object obj3, java.lang.Object obj4, java.lang.Object obj5, java.lang.Object obj6)
log
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALobj1
- first Object to place in the messageobj2
- second Object to place in the messageobj3
- third Object to place in the messageobj4
- fourth Object to place in the messageobj5
- fifth Object to place in the messageobj6
- sixth Object to place in the messagepublic void log(int level, java.lang.Object obj1, java.lang.Object obj2, java.lang.Object obj3, java.lang.Object obj4, java.lang.Object obj5, java.lang.Object obj6, java.lang.Object obj7)
log
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALobj1
- first Object to place in the messageobj2
- second Object to place in the messageobj3
- third Object to place in the messageobj4
- fourth Object to place in the messageobj5
- fifth Object to place in the messageobj6
- sixth Object to place in the messageobj7
- seventh Object to place in the messagepublic void log(int level, java.lang.Object obj1, java.lang.Object obj2, java.lang.Object obj3, java.lang.Object obj4, java.lang.Object obj5, java.lang.Object obj6, java.lang.Object obj7, java.lang.Object obj8)
log
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALobj1
- first Object to place in the messageobj2
- second Object to place in the messageobj3
- third Object to place in the messageobj4
- fourth Object to place in the messageobj5
- fifth Object to place in the messageobj6
- sixth Object to place in the messageobj7
- seventh Object to place in the messageobj8
- eighth Object to place in the messagepublic void log(int level, java.lang.Object obj1, java.lang.Throwable exception)
log
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALobj1
- The object to log. This is converted to a string.exception
- An exception to be loggedpublic void log(int level, java.lang.Object obj1, java.lang.Object obj2, java.lang.Throwable exception)
log
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALobj1
- first Object to place in the messageobj2
- second Object to place in the messageexception
- An exception to be loggedpublic void log(int level, java.lang.Object obj1, java.lang.Object obj2, java.lang.Object obj3, java.lang.Throwable exception)
log
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALobj1
- first Object to place in the messageobj2
- second Object to place in the messageobj3
- third object to place in the messageexception
- An error message to be loggedpublic void log(int level, java.lang.Object obj1, java.lang.Object obj2, java.lang.Object obj3, java.lang.Object obj4, java.lang.Throwable exception)
log
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALobj1
- first Object to place in the messageobj2
- second Object to place in the messageobj3
- third object to place in the messageobj4
- fourth object to place in the messageexception
- An exception to be loggedpublic void log(int level, java.lang.Object obj1, java.lang.Object obj2, java.lang.Object obj3, java.lang.Object obj4, java.lang.Object obj5, java.lang.Throwable exception)
log
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALobj1
- first Object to place in the messageobj2
- second Object to place in the messageobj3
- third object to place in the messageobj4
- fourth object to place in the messageobj5
- fifth object to place in the messageexception
- An exception to be loggedpublic void log(int level, java.lang.Object obj1, java.lang.Object obj2, java.lang.Object obj3, java.lang.Object obj4, java.lang.Object obj5, java.lang.Object obj6, java.lang.Throwable exception)
log
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALobj1
- first Object to place in the messageobj2
- second Object to place in the messageobj3
- third object to place in the messageobj4
- fourth object to place in the messageobj5
- fifth object to place in the messageobj6
- sixth object to place in the messageexception
- An exception to be loggedpublic void log(int level, java.lang.Object obj1, java.lang.Object obj2, java.lang.Object obj3, java.lang.Object obj4, java.lang.Object obj5, java.lang.Object obj6, java.lang.Object obj7, java.lang.Throwable exception)
log
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALobj1
- first Object to place in the messageobj2
- second Object to place in the messageobj3
- third object to place in the messageobj4
- fourth object to place in the messageobj5
- fifth object to place in the messageobj6
- sixth object to place in the messageobj7
- seventh object to place in the messageexception
- An exception to be loggedpublic void log(int level, java.lang.Object obj1, java.lang.Object obj2, java.lang.Object obj3, java.lang.Object obj4, java.lang.Object obj5, java.lang.Object obj6, java.lang.Object obj7, java.lang.Object obj8, java.lang.Throwable exception)
log
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALobj1
- first Object to place in the messageobj2
- second Object to place in the messageobj3
- third object to place in the messageobj4
- fourth object to place in the messageobj5
- fifth object to place in the messageobj6
- sixth object to place in the messageobj7
- seventh object to place in the messageobj8
- eighth object to place in the messageexception
- An exception to be loggedpublic void logFormatted(int level, java.lang.String message, java.lang.Object obj1)
If the parameter is an array, it traverses the array first and
matches parameters sequentially against the array items.
Otherwise the parameters after message
are matched
in order.
If the place holder matches against a number it is printed as a whole number. This can be overridden by specifying a precision in the form %n.m where n is the padding for the whole part and m is the number of decimal places to display. n can be excluded if desired. n and m may not be more than 9.
If the last parameter (after flattening) is a Throwable it is logged specially.
logFormatted
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALmessage
- The message to log.obj1
- The first object to match against.public void logFormatted(int level, java.lang.String message, java.lang.Object obj1, java.lang.Object obj2)
If the parameter is an array, it traverses the array first and
matches parameters sequentially against the array items.
Otherwise the parameters after message
are matched
in order.
If the place holder matches against a number it is printed as a whole number. This can be overridden by specifying a precision in the form %n.m where n is the padding for the whole part and m is the number of decimal places to display. n can be excluded if desired. n and m may not be more than 9.
If the last parameter (after flattening) is a Throwable it is logged specially.
logFormatted
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALmessage
- The message to log.obj1
- The first object to match against.obj2
- The second object to match against.public void logFormatted(int level, java.lang.String message, java.lang.Object obj1, java.lang.Object obj2, java.lang.Object obj3)
If the parameter is an array, it traverses the array first and
matches parameters sequentially against the array items.
Otherwise the parameters after message
are matched
in order.
If the place holder matches against a number it is printed as a whole number. This can be overridden by specifying a precision in the form %n.m where n is the padding for the whole part and m is the number of decimal places to display. n can be excluded if desired. n and m may not be more than 9.
If the last parameter (after flattening) is a Throwable it is logged specially.
logFormatted
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALmessage
- The message to log.obj1
- The first object to match against.obj2
- The second object to match against.obj3
- The third object to match against.public void logFormatted(int level, java.lang.String message, java.lang.Object obj1, java.lang.Object obj2, java.lang.Object obj3, java.lang.Object obj4)
If the parameter is an array, it traverses the array first and
matches parameters sequentially against the array items.
Otherwise the parameters after message
are matched
in order.
If the place holder matches against a number it is printed as a whole number. This can be overridden by specifying a precision in the form %n.m where n is the padding for the whole part and m is the number of decimal places to display. n can be excluded if desired. n and m may not be more than 9.
If the last parameter (after flattening) is a Throwable it is logged specially.
logFormatted
in class POILogger
level
- One of DEBUG, INFO, WARN, ERROR, FATALmessage
- The message to log.obj1
- The first object to match against.obj2
- The second object to match against.obj3
- The third object to match against.obj4
- The forth object to match against.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |