|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Log.ILogOutput
Classes which implement this interface provides methods that deal with outputting log messages.
| Method Summary | |
|---|---|
void |
printAndPromptLog(Log.LogLevel logLevel,
java.lang.String tag,
java.lang.String message)
Sent when a log message needs to be printed, and, if possible, displayed to the user in a dialog box. |
void |
printLog(Log.LogLevel logLevel,
java.lang.String tag,
java.lang.String message)
Sent when a log message needs to be printed. |
| Method Detail |
|---|
void printLog(Log.LogLevel logLevel,
java.lang.String tag,
java.lang.String message)
logLevel - The Log.LogLevel enum representing the priority of the message.tag - The tag associated with the message.message - The message to display.
void printAndPromptLog(Log.LogLevel logLevel,
java.lang.String tag,
java.lang.String message)
logLevel - The Log.LogLevel enum representing the priority of the message.tag - The tag associated with the message.message - The message to display.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||