|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.common.log.LogManager
public class LogManager
Shared log management functional for client and server usage of CARNOT logging.
| Method Summary | |
|---|---|
static Logger |
getLogger(Class<?> clazz)
Retrieves an instance of the Category class with the specified
class name as channel name. |
static Logger |
getLogger(String name)
Retrieves an instance of the Category class with the specified
String as channel name. |
static boolean |
isDebugEnabled(String category)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Logger getLogger(Class<?> clazz)
Category class with the specified
class name as channel name.
public static Logger getLogger(String name)
Category class with the specified
String as channel name.
public static boolean isDebugEnabled(String category)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||