org.apache.jetspeed.util.ojb
Class FieldConversionLog

java.lang.Object
  extended by org.apache.jetspeed.util.ojb.FieldConversionLog

public abstract class FieldConversionLog
extends Object

Utility class that allows convenient access to commons=logging for OJB FiledConversions without having to define a org.apache.commons.logging.Log in each of conversion class.

Author:
Scott T. Weaver

Field Summary
(package private) static org.apache.commons.logging.Log LOG
          There is only default ("package") access to this Log only as all OJB FieldConversions should be located here.
 
Constructor Summary
FieldConversionLog()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

static final org.apache.commons.logging.Log LOG
There is only default ("package") access to this Log only as all OJB FieldConversions should be located here.

Constructor Detail

FieldConversionLog

public FieldConversionLog()


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.