public class BSF_LogFactory
extends java.lang.Object
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.Modifier | Constructor and Description |
---|---|
protected |
BSF_LogFactory() |
Modifier and Type | Method and Description |
---|---|
static BSF_Log |
getLog(java.lang.Class clz) |
static BSF_Log |
getLog(java.lang.String name) |