|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.LogUtil.LogCategory
public static class LogUtil.LogCategory
Class LogCategory serves as a wrapper around some (undefined for now) logging facility.
| Constructor Summary | |
|---|---|
LogUtil.LogCategory(String name)
Create it |
|
| Method Summary | |
|---|---|
void |
debug(String msg)
Log the debug message |
void |
error(String msg)
Log the error message |
boolean |
isDebugEnabled()
Is debug enabled? |
void |
warn(String msg)
Log the error message |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogUtil.LogCategory(String name)
name - The name| Method Detail |
|---|
public void debug(String msg)
msg - The messagepublic void error(String msg)
msg - The messagepublic void warn(String msg)
msg - The messagepublic boolean isDebugEnabled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||