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.10.4.1 2004/03/03 23:22:56 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 B) 2002 Apache Software Foundation. All Rights Reserved.