public class POILogFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static POILogger |
getLogger(java.lang.Class theclass)
Get a logger, based on a class name
|
static POILogger |
getLogger(java.lang.String cat)
Get a logger, based on a String
|
public static POILogger getLogger(java.lang.Class theclass)
theclass
- the class whose name defines the logpublic static POILogger getLogger(java.lang.String cat)
cat
- the String that defines the logCopyright © 2005-2010 Potix Corporation. All Rights Reserved.