Class BSF_LogFactory

java.lang.Object
org.apache.bsf.BSF_LogFactory

public class BSF_LogFactory extends Object
This class is used in BSF as BSF_LogFactory returning a BSF_Log instance, which is a delegator for an org.apache.commons.logging.Log object. It implements the static org.apache.commons.logging.LogFactory.getLog({String|Class} object) methods which return an instance of the class org.apache.bsf.BSF_Log, which in turn implements all the methods of the org.apache.commons.logging.Log interface class.
Author:
Rony G. Flatscher, 2006-12-08
  • Constructor Details

    • BSF_LogFactory

      protected BSF_LogFactory()
  • Method Details