String
value
Log a message with debug log level.
@param message log this messageDEBUG
priority.
Log a message with debug log level.
@param message log this messageDEBUG
level with message formatting done according to the messagePattern and the arguments arg1 and arg2. This form avoids superflous parameter construction. Whenever possible, you should use this form instead of constructing the message parameter using string concatenation. @param messagePattern The message pattern which will be parsed and formatted @param arg1 The first argument to replace the first formatting element @param arg2 The second argument to replace the second formatting element @since 1.3
Log
.
@param o message.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|