A C D E F G I L P R S U W

A

appendLog(Agent, Priority, String) - Method in interface org.okiproject.serviceapi.logging.Logger
Workhorse used to append to the log

C

chainLogger(Agent, Logger) - Method in interface org.okiproject.serviceapi.logging.LogService
Add a logger to the chain.

D

debug - Static variable in class org.okiproject.serviceapi.logging.Priority
 
debug(Agent, String) - Method in interface org.okiproject.serviceapi.logging.Logger
Add a debug level message to the log.
destroy(Agent) - Method in interface org.okiproject.serviceapi.logging.LogServiceFactory
Lifecycle method.
destroy(Agent, String) - Method in interface org.okiproject.serviceapi.logging.LogServiceFactory
Lifecycle method.

E

error - Static variable in class org.okiproject.serviceapi.logging.Priority
 
error(Agent, String) - Method in interface org.okiproject.serviceapi.logging.Logger
Add a error level message to the log.

F

fatal - Static variable in class org.okiproject.serviceapi.logging.Priority
 
fatal(Agent, String) - Method in interface org.okiproject.serviceapi.logging.Logger
Add a fatal level message to the log.
format(Agent, String) - Method in interface org.okiproject.serviceapi.logging.Formatter
Formats input String in format specified
Formatter - interface org.okiproject.serviceapi.logging.Formatter.
Purpose: Represents the formatting strategy used for the message.

G

getBasePriority(Agent) - Method in interface org.okiproject.serviceapi.logging.LogService
Gets the threshold priority for the logging service.
getFactory(Agent, String, Properties) - Method in interface org.okiproject.serviceapi.logging.LogServiceFactory
Gets a LogServiceFactory (including a default LogServiceFactory), with properties described via an associated properties hash.
getFactory(Agent, String, String) - Method in interface org.okiproject.serviceapi.logging.LogServiceFactory
Gets a LogServiceFactory (including a default LogServiceFactory), with properties described via an associated Properties file, XML file, or PropertyResourceBundle
getFormatter(Agent) - Method in interface org.okiproject.serviceapi.logging.Logger
Method getFormatter
getLogService(Agent, String, Properties) - Method in interface org.okiproject.serviceapi.logging.LogServiceFactory
Gets a specific LogService configured according to properties described by an associated properties hashtable.
getLogService(Agent, String, String) - Method in interface org.okiproject.serviceapi.logging.LogServiceFactory
Gets a specific LogService configured according to properties described by an associated configuration file.
greaterOrEqual(Priority, Priority) - Static method in class org.okiproject.serviceapi.logging.Priority
Method greaterOrEqual

I

info - Static variable in class org.okiproject.serviceapi.logging.Priority
 
info(Agent, String) - Method in interface org.okiproject.serviceapi.logging.Logger
Add an informational message to the log.
init(Agent, String, Properties) - Method in interface org.okiproject.serviceapi.logging.LogServiceFactory
Lifecycle method.
init(Agent, String, String) - Method in interface org.okiproject.serviceapi.logging.LogServiceFactory
Lifecycle method.

L

Logger - interface org.okiproject.serviceapi.logging.Logger.
Purpose: Represents the logging strategy used, allowing replaceable logging strategies.
LogService - interface org.okiproject.serviceapi.logging.LogService.
Purpose: Represents the logging service abstraction.
LogServiceException - exception org.okiproject.serviceapi.logging.LogServiceException.
Purpose: Represents exceptions thrown by the logging event handler.
LogServiceException() - Constructor for class org.okiproject.serviceapi.logging.LogServiceException
Constructor LogServiceException
LogServiceException(String) - Constructor for class org.okiproject.serviceapi.logging.LogServiceException
Constructor LogServiceException
LogServiceFactory - interface org.okiproject.serviceapi.logging.LogServiceFactory.
Purpose: Represents the factory used to create instances of LogService, which will typically be a singleton, per JVM.
LogServiceFactoryException - exception org.okiproject.serviceapi.logging.LogServiceFactoryException.
Purpose: Represents exceptions thrown by the logging service factory.
LogServiceFactoryException() - Constructor for class org.okiproject.serviceapi.logging.LogServiceFactoryException
Constructor LogServiceFactoryException
LogServiceFactoryException(String) - Constructor for class org.okiproject.serviceapi.logging.LogServiceFactoryException
Constructor LogServiceFactoryException

P

Priority - class org.okiproject.serviceapi.logging.Priority.
Purpose: Represents the priority used by either the logging subsystem or the specific logger.

R

readLog(Agent, byte[], int, int) - Method in interface org.okiproject.serviceapi.logging.Logger
An interface to read the logger.
readLog(Agent, String) - Method in interface org.okiproject.serviceapi.logging.Logger
Another interface to read the logger.

S

setBasePriority(Agent, Priority) - Method in interface org.okiproject.serviceapi.logging.LogService
Sets the threshold priority for the logging service.
setBasePriority(Agent, Priority) - Method in interface org.okiproject.serviceapi.logging.Logger
This is needed to tell the individual ILoggers what the base priority of the logging service is.
setFormatter(Agent, Formatter) - Method in interface org.okiproject.serviceapi.logging.Logger
JavaBean patterns
start(Agent) - Method in interface org.okiproject.serviceapi.logging.Logger
To open the log
stop(Agent) - Method in interface org.okiproject.serviceapi.logging.Logger
To close the log

U

unchainLogger(Agent, Logger) - Method in interface org.okiproject.serviceapi.logging.LogService
Removes a logger from the chain.

W

warn - Static variable in class org.okiproject.serviceapi.logging.Priority
Five pre-defined system priorities
warning(Agent, String) - Method in interface org.okiproject.serviceapi.logging.Logger
Add a warning level message to the log.

A C D E F G I L P R S U W