| java.lang.Object com.jcorporate.expresso.kernel.LogManager
LogManager | final public class LogManager (Code) | | New LogManager implementation. Loads and configures log4j and also provides
classloader reloading capabilities if you wish to have log4j low on the classloader
hierarchy and want your webapps to reload ok.
author: Michael Rimov |
lastChecked | public static long lastChecked(Code) | | |
LogManager | protected LogManager()(Code) | | Default Constructor. Do not use
|
LogManager | public LogManager(String logConfigFile, String logDirectory)(Code) | | Construct the log manager given the location of the file and log directory
Parameters: logConfigFile - may be null if you initialize log4j through some otherway such as static class resource, or system property. Parameters: logDirectory - may be null if you don't expand any expresso-relatedmacros in the logging file. |
LogManager | public LogManager(URL logConfigFile, String logDirectory)(Code) | | Constructs and initializes the logging system given the URL of a config file
[Classloader friendly] and destination of the log directory
Parameters: logConfigFile - cannot be null Parameters: logDirectory - may be null if you don't expand any expresso-relatedmacros in the logging file. |
destroy | public static void destroy()(Code) | | Destroy the lastUsed Map
|
initialize | protected void initialize(URL loggingConfiguration, String loggingDirectory)(Code) | | |
|
|