Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E F G H I L M O Q R S T W

A

addToQueue(LogEntry) - Method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated.  
append(LoggingEvent) - Method in class com.jcorporate.expresso.core.logging.DBAppender
Uses Expresso's Log Handler.

C

checkLog() - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Verify that the log is ready to log messages, return false if not able to be initialized
checkQueue() - Method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Actually check the log queue and save the entries
clear() - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Delete all current database log entries
close() - Method in class com.jcorporate.expresso.core.logging.DBAppender
 
com.jcorporate.expresso.core.logging - package com.jcorporate.expresso.core.logging
The sub-packages to this package define the core objects of Expresso, where items such as DBObject are defined.
consoleOutput - Static variable in class com.jcorporate.expresso.core.logging.Log
Deprecated.  

D

DBAppender - class com.jcorporate.expresso.core.logging.DBAppender.
JDBC type appender for Log4j
DBAppender() - Constructor for class com.jcorporate.expresso.core.logging.DBAppender
 
DEBUG - Static variable in class com.jcorporate.expresso.core.logging.DBAppender
 
daemonMode - Static variable in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated.  
debugLogging - Static variable in class com.jcorporate.expresso.core.logging.LoggingSwitch
 

E

ERROR - Static variable in class com.jcorporate.expresso.core.logging.DBAppender
 
echoOutput - Variable in class com.jcorporate.expresso.core.logging.HTMLLog
Deprecated.  
encode(String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Translate a color spelt out in english in to a one-char encoding
encode(String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Translate a color spelt out in english in to a one-char encoding
error(SAXParseException) - Method in class com.jcorporate.expresso.core.logging.ReportParserError
 

F

fatalError(SAXParseException) - Method in class com.jcorporate.expresso.core.logging.ReportParserError
 
finalize() - Method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. If for any reason the app exits, and gc is getting called we need to flush what we've got and then bail.
flush() - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated.  

G

getLogMsg() - Method in class com.jcorporate.expresso.core.logging.LogException
Return the logging message
getObjectName() - Method in class com.jcorporate.expresso.core.logging.LogException
 
getSeperator() - Static method in class com.jcorporate.expresso.core.logging.HTMLLog
Deprecated. Return the character being used as a seperator between the fields

H

HTMLLog - class com.jcorporate.expresso.core.logging.HTMLLog.
Deprecated. since 5.6, use log4j
HTMLLog(String) - Constructor for class com.jcorporate.expresso.core.logging.HTMLLog
Deprecated. Constructor
HTMLLog(String, int) - Constructor for class com.jcorporate.expresso.core.logging.HTMLLog
Deprecated. Constructor

I

INFO - Static variable in class com.jcorporate.expresso.core.logging.DBAppender
 
idleTimes - Static variable in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log Handler shuts down it's background thread when it's been idle for a while

L

Log - class com.jcorporate.expresso.core.logging.Log.
Deprecated. Since Expresso 4.0
Log() - Constructor for class com.jcorporate.expresso.core.logging.Log
Deprecated. Constructor
LogException - exception com.jcorporate.expresso.core.logging.LogException.
Exception thrown when there is a problem with logging a message
LogException() - Constructor for class com.jcorporate.expresso.core.logging.LogException
Constructor
LogException(String) - Constructor for class com.jcorporate.expresso.core.logging.LogException
Constructor
LogException(String, String, String) - Constructor for class com.jcorporate.expresso.core.logging.LogException
Constructor
LogException(String, Throwable) - Constructor for class com.jcorporate.expresso.core.logging.LogException
Constructor
LogException(Throwable) - Constructor for class com.jcorporate.expresso.core.logging.LogException
Constructor
LogHandler - class com.jcorporate.expresso.core.logging.LogHandler.
Deprecated. As of Expresso 5.6 This has not been used since Log4j was integrated with Expresso.
LogHandler() - Constructor for class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Constructor
LoggingSwitch - class com.jcorporate.expresso.core.logging.LoggingSwitch.
This class is specifically to allow optimization of the Expresso debug logging statements.
LoggingSwitch() - Constructor for class com.jcorporate.expresso.core.logging.LoggingSwitch
 
log(String, Throwable) - Static method in class com.jcorporate.expresso.core.logging.DBAppender
Log an exception from a particular object
log(int, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.DBAppender
Log a message from a particular object with a color at the given level
log(String, String, String) - Method in class com.jcorporate.expresso.core.logging.HTMLLog
Deprecated. Log the message from the given object
log(String, String, String, String, String) - Method in class com.jcorporate.expresso.core.logging.HTMLLog
Deprecated. Log a message including the uid and job number
log(String, Throwable, String, String, String) - Method in class com.jcorporate.expresso.core.logging.HTMLLog
Deprecated. Log a message from an exception
log(int, String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log a new message at the given level, if we log at or above this level
log(int, String, String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log the given message at the given level, recording the originating object
log(int, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log a message from a particular object with a color at the given level
log(int, String, String, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log a message with the username and job number recorded as well
log(Exception) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log an exception
log(String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log the given message at the level 0 (e.g.
log(String, Exception) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log an exception from a particular object
log(String, String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log the given message at level 0 from the named object
log(String, String, String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log the given message from an object at level 0
log(String, String, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log a message at level 0
log - Static variable in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated.  
log(int, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log a new message at the given level, if we log at or above this level
log(int, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log the given message at the given level, recording the originating object
log(int, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log a message from a particular object with a color at the given level
log(int, String, String, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log a message with the uid and job number recorded as well
log(Throwable) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log an exception
log(String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log the given message at the level 0 (e.g.
log(String, Throwable) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log an exception from a particular object
log(String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log the given message at level 0 from the named object
log(String, String, int, String, Throwable, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log an exception from a particular object
log(String, String, int, String, String, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log a message with the uid and job number recorded as well
log(String, String, Throwable) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log an exception from a particular object
log(String, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log the given message from an object at level 0
log(String, String, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log a message at level 0
logFileName - Variable in class com.jcorporate.expresso.core.logging.HTMLLog
Deprecated.  
logMax - Variable in class com.jcorporate.expresso.core.logging.HTMLLog
Deprecated.  
logTitle - Variable in class com.jcorporate.expresso.core.logging.HTMLLog
Deprecated.  
logW(String, String, String) - Method in class com.jcorporate.expresso.core.logging.HTMLLog
Deprecated. Log and flush the buffer to the log

M

maxBytes - Variable in class com.jcorporate.expresso.core.logging.HTMLLog
Deprecated.  
maxIdleTimes - Static variable in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated.  
maxLevel - Static variable in class com.jcorporate.expresso.core.logging.Log
Deprecated.  
maxLevel - Static variable in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated.  
maxWrites - Static variable in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Don't write more than a certain number of log entries, it slows the system down too much
msg - Variable in class com.jcorporate.expresso.core.logging.LogException
 
myContext - Static variable in class com.jcorporate.expresso.core.logging.Log
Deprecated.  
myInstance - Static variable in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated.  
myPool - Static variable in class com.jcorporate.expresso.core.logging.Log
Deprecated.  

O

objectName - Variable in class com.jcorporate.expresso.core.logging.LogException
 

Q

queue - Static variable in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated.  

R

ReportParserError - class com.jcorporate.expresso.core.logging.ReportParserError.
This class is needed for validating a log4j.dtd derived XML file.
ReportParserError() - Constructor for class com.jcorporate.expresso.core.logging.ReportParserError
 
report(String, SAXParseException) - Method in class com.jcorporate.expresso.core.logging.ReportParserError
 
requiresLayout() - Method in class com.jcorporate.expresso.core.logging.DBAppender
 
run() - Method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Main thread process of the LogHandler process

S

seperator - Static variable in class com.jcorporate.expresso.core.logging.HTMLLog
Deprecated.  
setConsoleOutput(boolean) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Turn on or off console output of the log
setContext(ServletContext) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Set the servlet context, so we have access to the servlet log
setDaemonMode(boolean) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Sets whether the thread, when started will behave in daemon mode or not.
setEcho(boolean) - Method in class com.jcorporate.expresso.core.logging.HTMLLog
Deprecated. Set whether or not we echo our output to the screen (log) as well
setFileName(String) - Method in class com.jcorporate.expresso.core.logging.HTMLLog
Deprecated.  
setMax(int) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Set the max size that a log is allowed to reach before it is auto-archived to the old directory
setMax(int) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Set the max size that a log is allowed to reach before it is auto-archived to the old directory
setupLevels() - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. This has been semi-deprecated since log4j has been added.
sleepTime - Variable in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. How long to sleep between checking the queue
startUp() - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated.  
staticAddToQueue(LogEntry) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Takes a premade LogEntry and sends it to the logging queue.

T

thisClass - Static variable in class com.jcorporate.expresso.core.logging.DBAppender
 
thisClass - Static variable in class com.jcorporate.expresso.core.logging.HTMLLog
Deprecated.  
thisClass - Static variable in class com.jcorporate.expresso.core.logging.Log
Deprecated.  
thisClass - Static variable in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated.  
trace - Static variable in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated.  
tryLog(int, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Log a message at a given level with an objectname, message, and color.
tryLog(String, Exception) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Call to log that does not throw any exception, but writes to standard error if the message cannot be logged correctly
tryLog(String, String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Try to log the given message from the given object at level 0 but don't throw an exception if it doesn't work
tryLog(String, String, String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Try to log a message at level 0 given the objectname, message, and color.
tryLog(String, String, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.Log
Deprecated. Try to log a message given the object, message, color username and job number.
tryLog(int, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log a message at a given level with an objectname, message, and color.
tryLog(String, Exception) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Call to log that does not throw any exception, but writes to standard error if the message cannot be logged correctly
tryLog(String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Try to log the given message from the given object at level 0 but don't throw an exception if it doesn't work
tryLog(String, String, int, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log a message at a given level with an objectname, message, and color.
tryLog(String, String, int, String, String, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Log a message at a given level with an objectname, message, and color.
tryLog(String, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Try to log a message at level 0 given the objectname, message, and color.
tryLog(String, String, String, String, String) - Static method in class com.jcorporate.expresso.core.logging.LogHandler
Deprecated. Try to log a message given the object, message, color uid and job number.

W

WARN - Static variable in class com.jcorporate.expresso.core.logging.DBAppender
 
warning(SAXParseException) - Method in class com.jcorporate.expresso.core.logging.ReportParserError
 

A C D E F G H I L M O Q R S T W