org.apache.velocity.runtime.log

Class LogManager


public class LogManager
extends java.lang.Object

This class is responsible for instantiating the correct LoggingSystem

The approach is :

Version:
$Id: LogManager.java,v 1.9 2001/11/17 12:32:34 geirm Exp $

Authors:
Jason van Zyl
Jon S. Stevens
Geir Magnusson Jr.

Method Summary

static LogSystem
createLogSystem(RuntimeServices rsvc)
Creates a new logging system or returns an existing one specified by the application.

Method Details

createLogSystem

public static LogSystem createLogSystem(RuntimeServices rsvc)
            throws Exception
Creates a new logging system or returns an existing one specified by the application.


Copyright © 2003 Apache Software Foundation. All Rights Reserved.