|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Log | |
|---|---|
| fc.io | |
| fc.jdbc | |
| fc.jdbc.dbo | |
| fc.util.cache | |
| fc.util.pagetemplate | |
| fc.web.forms | Encapsulates HTML forms as java objects (Usage Diagram [in new window], Class Hierarchy Diagram). |
| fc.web.page | |
| fc.web.servlet | |
| Uses of Log in fc.io |
|---|
| Subclasses of Log in fc.io | |
|---|---|
class |
SystemLog
A default implementation of Log that provides logging to a
PrintStream destination and is intended for sending normal application
logs to System.{out, error} |
| Methods in fc.io that return Log | |
|---|---|
static Log |
Log.get(java.lang.Class c)
Convenience method that returns the log named after the package that the specified class belong to. |
static Log |
Log.get(java.lang.Object obj)
Convenience method that returns a log named after the package that the specified object's class belong to. |
static Log |
Log.get(java.lang.String name)
Returns a SystemLog with the specified name. |
static Log |
Log.getLog(java.lang.String name)
An alias for method get(String). |
| Uses of Log in fc.jdbc |
|---|
| Methods in fc.jdbc with parameters of type Log | |
|---|---|
static void |
QueryUtil.init(Log logger)
This method can be called to initialize a logger for this class (else a default logger will used). |
| Constructors in fc.jdbc with parameters of type Log | |
|---|---|
ConnectionMgr(Log log,
PropertyMgr props)
Constructs a new ConnectionMgr. |
|
ConnectionMgr(Log log,
PropertyMgr props,
java.lang.String prefix)
Constructs a new ConnectionMgr. |
|
QueryReader(java.io.File f,
Log logger)
Creates a query reader that reads queries from the specified file, using the UTF-8 encoding and the specified logger. |
|
| Uses of Log in fc.jdbc.dbo |
|---|
| Methods in fc.jdbc.dbo that return Log | |
|---|---|
static Log |
DBOMgr.getLog()
Returns the logger that is used for all generated Manager classes. |
| Methods in fc.jdbc.dbo with parameters of type Log | |
|---|---|
static void |
DBOMgr.setLog(Log newlog)
Sets the logger for all generated Manager classes. |
| Uses of Log in fc.util.cache |
|---|
| Constructors in fc.util.cache with parameters of type Log | |
|---|---|
BoundedCache(Log log,
java.lang.String name,
BoundedCache.Policy cachePolicy,
int bound)
Instantiates this class with the specified name, logger, policy and cache size. |
|
MemoryCache(Log log,
java.lang.String name,
long default_ttl_millis)
Instantiates this class with the specified name and logger. |
|
| Uses of Log in fc.util.pagetemplate |
|---|
| Fields in fc.util.pagetemplate declared as Log | |
|---|---|
Log |
TemplatePage.log
|
| Constructors in fc.util.pagetemplate with parameters of type Log | |
|---|---|
TemplateClassLoader(Log log)
|
|
TemplateParser(java.io.File input,
java.io.File output,
java.lang.String classname,
Log log)
Creates a new page parser. |
|
| Uses of Log in fc.web.forms |
|---|
| Constructors in fc.web.forms with parameters of type Log | |
|---|---|
Form(java.lang.String name,
java.lang.String method,
java.lang.String actionURL,
Log log)
|
|
Form(java.lang.String name,
java.lang.String method,
java.lang.String actionURL,
Log log,
SubmitHackedHandler handler)
Creates a new form with the specified name, method (get/post) and URL |
|
FormData(Log log)
|
|
| Uses of Log in fc.web.page |
|---|
| Fields in fc.web.page declared as Log | |
|---|---|
Log |
PageImpl.log
The default application log, retrieved via WebApp.getAppLog. |
| Constructors in fc.web.page with parameters of type Log | |
|---|---|
PageClassLoader(Log log)
|
|
PageMgr(PageServlet servlet,
java.io.File docroot,
java.io.File scratchdir,
Log log)
Constructs a new Page manager. |
|
PageParser(java.io.File contextRoot,
java.io.File input,
java.io.File output,
java.lang.String classname,
Log log)
Creates a new page parser. |
|
| Uses of Log in fc.web.servlet |
|---|
| Fields in fc.web.servlet declared as Log | |
|---|---|
Log |
WebApp.appLog
A Log object. |
| Methods in fc.web.servlet that return Log | |
|---|---|
Log |
WebApp.getAppLog()
|
Log |
FCBaseServlet.getLog()
Returns the logger for this servlet. |
| Methods in fc.web.servlet with parameters of type Log | |
|---|---|
static JDBCSession |
JDBCSession.getInstance(Log logger)
Returns an instance of JDBCSession. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||