Method Summary |
|
protected static void | configure(URL logConfigurationXml) |
public static void | debug(Object object) |
public static void | error(Object object) |
public static String | getNamespaceLogFileName(String namespace) Gets the name of the file to which namespace logging output will be written.
Parameters: namespace - the name of the namespace for which this logger is used. |
public static Logger | getNamespaceLogger(String namespaceName) Retrieves the namespace logger (if one is available) otherwise returns the root logger.
Parameters: namespaceName - the name of the namespace for which we'll retrieve the logger instance. |
public static String | getNamespaceLoggerName(String namespace) Gets the name of the logger.
Parameters: namespace - the name of the namespace for which this logger is used. |
public static void | info(Object object) |
public static void | initialize() Configures logging for the AndroMDA application from the the xml resource "log4j.xml" found within the same
package as this class. |
public static void | reset() Resets the logger to the default name. |
public static void | setLoggingConfigurationUri(String loggingConfigurationUri) Sets the URI to an external logging configuration file. |
public static void | setSuffix(String suffix) Allows us to add a suffix to the logger name. |
public static void | shutdown() Shuts down the logger and releases any resources. |
public static void | warn(Object object) |