public final class LogControllerFactory extends Object
It currently only supports Log4J as a back end.
| Modifier and Type | Method and Description |
|---|---|
static LogControl |
createController()
Create a controller, Log4j or falling back to a stub implementation.
|
static LogControl |
createController(String classname)
Create a controller.
|
static LogControl |
createLog4JController()
Create a Log4J controller.
|
public static LogControl createController(String classname)
classname - name of controller to load and create.public static LogControl createLog4JController()
public static LogControl createController()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.