|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface WebConsole.Formatter
This interface can be implemented by clients that want to customize the way parameters and objects are logged.
| Method Summary | |
|---|---|
String |
paramterAsFloat(Object o)
Function that is used to print an object as float using format specifiers. |
String |
paramterAsInteger(Object o)
Function that is used to print an object as integer using format specifiers. |
String |
paramterAsString(Object o)
Function that is used to print an object as string using format specifiers. |
String |
printObject(Object o)
Function that is used to print an object to the console. |
| Method Detail |
|---|
String printObject(Object o)
o - object to be printed
String paramterAsString(Object o)
o - object to be printed using string format specifiers
String paramterAsInteger(Object o)
o - object to be printed using integer format specifiers
String paramterAsFloat(Object o)
o - object to be printed using float format specifiers
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||