|
Avaya Conferencinge Plugable Logging API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of LogMessage in com.avaya.conferencing.logging |
|---|
| Fields in com.avaya.conferencing.logging declared as LogMessage | |
|---|---|
static LogMessage |
LogWorker.EXCEPTION_WITH_NO_MESSAGE
The LogMessage to use for a logging an exception with no message. |
| Methods in com.avaya.conferencing.logging that return LogMessage | |
|---|---|
static LogMessage |
LogMessage.make(java.lang.String key)
Makes a new log message. |
| Methods in com.avaya.conferencing.logging with parameters of type LogMessage | |
|---|---|
java.lang.String |
Logger.format(LogMessage message)
Formats a log message and returns the formatted string. |
java.lang.String |
LogWorker.format(LogMessage message)
Formats a log message and returns the formatted string. |
java.lang.String |
Logger.format(LogMessage message,
java.lang.Object... args)
Formats a log message and returns the formatted string. |
java.lang.String |
LogWorker.format(LogMessage message,
java.lang.Object... args)
Formats a log message and returns the formatted string. |
java.lang.String |
Logger.format(LogMessage message,
java.lang.Object arg1)
Formats a log message and returns the formatted string. |
java.lang.String |
LogWorker.format(LogMessage message,
java.lang.Object arg1)
Formats a log message and returns the formatted string. |
void |
Logger.log(Level level,
LogMessage message)
A General purpose logging method, where the caller must specify a level |
void |
LogWorker.log(Level level,
LogMessage message)
A General purpose logging method, where the caller must specify a level |
void |
Logger.log(Level level,
LogMessage message,
java.lang.Object... args)
A General purpose logging method, where the caller must specify a level |
void |
LogWorker.log(Level level,
LogMessage message,
java.lang.Object... args)
A General purpose logging method, where the caller must specify a level |
void |
Logger.log(Level level,
LogMessage message,
java.lang.Object arg1)
A General purpose logging method, where the caller must specify a level |
void |
LogWorker.log(Level level,
LogMessage message,
java.lang.Object arg1)
A General purpose logging method, where the caller must specify a level |
void |
Logger.log(Level level,
java.lang.Throwable throwable,
LogMessage message)
A General purpose logging method, where the caller must specify a level |
void |
LogWorker.log(Level level,
java.lang.Throwable throwable,
LogMessage message)
A General purpose logging method, where the caller must specify a level |
void |
Logger.log(Level level,
java.lang.Throwable throwable,
LogMessage message,
java.lang.Object... args)
A General purpose logging method, where the caller must specify a level |
void |
LogWorker.log(Level level,
java.lang.Throwable throwable,
LogMessage message,
java.lang.Object... args)
A General purpose logging method, where the caller must specify a level |
void |
Logger.log(Level level,
java.lang.Throwable throwable,
LogMessage message,
java.lang.Object arg1)
A General purpose logging method, where the caller must specify a level |
void |
LogWorker.log(Level level,
java.lang.Throwable throwable,
LogMessage message,
java.lang.Object arg1)
A General purpose logging method, where the caller must specify a level |
|
Avaya Conferencinge Plugable Logging API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||