| de.webman.util.log4j.WebmanCategory
WebmanCategory | public class WebmanCategory extends Category implements OptionHandler(Code) | | Subclassing Category from Log4j
See Also: org.apache.log4j.Category author: $Author: alex $ version: $Revision: 1.2 $ |
Inner Class :public static class WebmanFactory implements CategoryFactory | |
Method Summary | |
public void | access(Object message, Throwable t) We introduce a new printing method that takes the ACCESS priority. | public void | access(Object message) We introduce a new printing method that takes the ACCESS priority. | public void | activateOptions() Nothing to activate. | public void | debug(Object message) | public void | debug(Object message, int user) | public void | debug(Object message, Throwable t, int user) | public void | debug(Object message, Throwable t) | public void | error(Object message) | public void | error(Object message, int user) | public void | error(Object message, Throwable t, int user) | public void | error(Object message, Throwable t) | public void | fatal(Object message) | public void | fatal(Object message, int user) | public void | fatal(Object message, Throwable t, int user) | public void | fatal(Object message, Throwable t) | public static Category | getInstance(String name) This method overrides
Category.getInstance by supplying
its own factory type as a parameter. | public static Category | getInstance(Class clazz) This method overrides
Category.getInstance(Class) by supplying
its own factory type as a parameter. | public String | getOption(String option) | public String[] | getOptionStrings() | public void | info(Object message) | public void | info(Object message, int user) | public void | info(Object message, Throwable t, int user) | public void | info(Object message, Throwable t) | public static void | setFilter(int _filter) | public void | setOption(String option, String value) Set specific options.
The Suffix option is the only recognized option. | public void | warn(Object message) | public void | warn(Object message, int user) | public void | warn(Object message, Throwable t, int user) | public void | warn(Object message, Throwable t) |
ADMINISTRATOR | final public static int ADMINISTRATOR(Code) | | |
ALL | final public static int ALL(Code) | | |
EDITOR | final public static int EDITOR(Code) | | |
PRODUCER | final public static int PRODUCER(Code) | | |
factory | public static WebmanFactory factory(Code) | | |
WebmanCategory | protected WebmanCategory(String name)(Code) | | Just calls the parent constructor.
|
access | public void access(Object message, Throwable t)(Code) | | We introduce a new printing method that takes the ACCESS priority.
|
access | public void access(Object message)(Code) | | We introduce a new printing method that takes the ACCESS priority.
|
activateOptions | public void activateOptions()(Code) | | Nothing to activate.
|
getInstance | public static Category getInstance(String name)(Code) | | This method overrides
Category.getInstance by supplying
its own factory type as a parameter.
|
getInstance | public static Category getInstance(Class clazz)(Code) | | This method overrides
Category.getInstance(Class) by supplying
its own factory type as a parameter.
|
getOptionStrings | public String[] getOptionStrings()(Code) | | Retuns the option names for this component
|
setFilter | public static void setFilter(int _filter)(Code) | | |
setOption | public void setOption(String option, String value)(Code) | | Set specific options.
The Suffix option is the only recognized option. It
takes a string value.
|
|
|