Griffon 1.2.0

org.codehaus.griffon.runtime.core.factories
[Java] Class DefaultLogManagerFactory

java.lang.Object
  org.codehaus.griffon.runtime.core.factories.DefaultLogManagerFactory
All Implemented Interfaces:
LogManagerFactory

public class DefaultLogManagerFactory

Default implementation of the LogManagerFactory interface.

Authors:
Andres Almiray
Since:
1.2.0


Constructor Summary
DefaultLogManagerFactory()

 
Method Summary
LogManager create(GriffonApplication app)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

DefaultLogManagerFactory

DefaultLogManagerFactory()


 
Method Detail

create

public LogManager create(GriffonApplication app)


 

Groovy Documentation