public class LogManager extends Object
| Modifier and Type | Method and Description |
|---|---|
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) |
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)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.