|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.engine.log.LogUtils
public class LogUtils
Logging related utility methods.
Method Summary | |
---|---|
static String |
getBestClassName(Class<?> clazz)
Return the best class name. |
static String |
getLoggerName(String baseName,
Object owner)
Returns a non-null logger name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getBestClassName(Class<?> clazz)
clazz
- The class to name.
public static String getLoggerName(String baseName, Object owner)
baseName
- The base logger name to prepend, without a trailing dot.owner
- The context owner.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |