- length - Variable in class org.objectweb.howl.log.LogRecord
-
length of the data record.
- log(int, String) - Method in interface org.objectweb.howl.log.LogEventListener
-
write a log message to the event log.
- log(int, String, Throwable) - Method in interface org.objectweb.howl.log.LogEventListener
-
write a log message to the event log with exception information.
- log(int, String) - Method in class org.objectweb.howl.log.xa.XALogger
-
delegates log request to the callers event listener.
- log(int, String, Throwable) - Method in class org.objectweb.howl.log.xa.XALogger
-
delegates log request to the callers event listener.
- LogClosedException - Exception in org.objectweb.howl.log
-
Checked exception thrown when put is called after the log has been
closed.
- LogClosedException() - Constructor for exception org.objectweb.howl.log.LogClosedException
-
- LogClosedException(String) - Constructor for exception org.objectweb.howl.log.LogClosedException
-
- LogClosedException(Throwable) - Constructor for exception org.objectweb.howl.log.LogClosedException
-
- LogClosedException(String, Throwable) - Constructor for exception org.objectweb.howl.log.LogClosedException
-
- LogConfigurationException - Exception in org.objectweb.howl.log
-
- LogConfigurationException() - Constructor for exception org.objectweb.howl.log.LogConfigurationException
-
- LogConfigurationException(String) - Constructor for exception org.objectweb.howl.log.LogConfigurationException
-
- LogConfigurationException(Throwable) - Constructor for exception org.objectweb.howl.log.LogConfigurationException
-
- LogConfigurationException(String, Throwable) - Constructor for exception org.objectweb.howl.log.LogConfigurationException
-
- LogEventListener - Interface in org.objectweb.howl.log
-
This interface is implemented by users of the Logger.
- LogException - Exception in org.objectweb.howl.log
-
Base exception class for HOWL exceptions.
- LogException() - Constructor for exception org.objectweb.howl.log.LogException
-
- LogException(String) - Constructor for exception org.objectweb.howl.log.LogException
-
- LogException(Throwable) - Constructor for exception org.objectweb.howl.log.LogException
-
- LogException(String, Throwable) - Constructor for exception org.objectweb.howl.log.LogException
-
- LogFileOverflowException - Exception in org.objectweb.howl.log
-
Checked exception thrown when the Logger
attempts to switch to an alternate log file that
contains the active mark.
- LogFileOverflowException() - Constructor for exception org.objectweb.howl.log.LogFileOverflowException
-
Constructs an instance of this class.
- LogFileOverflowException(long, long, File) - Constructor for exception org.objectweb.howl.log.LogFileOverflowException
-
Construct an exception with message describing the problem
- Logger - Class in org.objectweb.howl.log
-
Manage a configured set of two or more physical log files.
- Logger() - Constructor for class org.objectweb.howl.log.Logger
-
Construct a Logger using default Configuration object.
- Logger(Configuration) - Constructor for class org.objectweb.howl.log.Logger
-
Construct a Logger using a Configuration supplied
by the caller.
- logOverflowNotification(long) - Method in interface org.objectweb.howl.log.LogEventListener
-
Called by Logger to notify the LogEventListener
that a log file overflow is approaching.
- logOverflowNotification(long) - Method in class org.objectweb.howl.log.xa.XALogger
-
called by Logger when log file is about to overflow.
- LogRecord - Class in org.objectweb.howl.log
-
LogRecord class used by Logger.replay().
- LogRecord(int) - Constructor for class org.objectweb.howl.log.LogRecord
-
constructs an instance of LogRecord with a byte[]
of size data.
- LogRecordSizeException - Exception in org.objectweb.howl.log
-
Checked exception thrown when the byte[] passed to put
is larger than the configured buffer size.
- LogRecordSizeException() - Constructor for exception org.objectweb.howl.log.LogRecordSizeException
-
Constructs an instance of this class.
- LogRecordSizeException(int) - Constructor for exception org.objectweb.howl.log.LogRecordSizeException
-
Constructs an instance of this class with
specified description.
- LogRecordType - Interface in org.objectweb.howl.log
-
Define record types used by Logger implementations.