Frames | No Frames |
Methods with parameter type org.objectweb.util.monolog.api.Handler | |
void | A TopicalLogger manages a list of Handler instances. |
void | A TopicalLogger manages a list of Handler instances. |
Methods with return type org.objectweb.util.monolog.api.Handler | |
Handler | HandlerFactory.createHandler(String hn, String handlertype) It retrieves a new instance of an handler which the type is specified
by the parameter. |
Handler[] | It returns the list of the handler associated to this logger. |
Handler | HandlerFactory.getHandler(String handlername) It retrieves the handler which the name is specified by the parameter
|
Handler | TopicalLogger.getHandler(String hn) It returns the handler which the name is equals to the parameter
|
Handler[] | It retrieves all handler managed by this factory. |
Handler | HandlerFactory.removeHandler(String handlername) It removes the handler which the name is specified by the parameter
|