A B C D E F G H I J K L M N O P R S T U W

A

ABSOLUTE_FORMAT - Static variable in class net.sf.microlog.core.format.command.DateFormatCommand
 
ABSOLUTE_FORMAT_STRING - Static variable in class net.sf.microlog.core.format.command.DateFormatCommand
 
AbstractAppender - Class in net.sf.microlog.core.appender
This is the abstract super class of all the appenders.
AbstractAppender() - Constructor for class net.sf.microlog.core.appender.AbstractAppender
 
AbstractFileAppender - Class in net.sf.microlog.core.appender
This is the abstract class that is common for all platforms.
AbstractFileAppender() - Constructor for class net.sf.microlog.core.appender.AbstractFileAppender
 
AbstractHttpAppender - Class in net.sf.microlog.core.appender
The AbstractHttpAppender contains everything that is common for all HTTP appenders.
AbstractHttpAppender() - Constructor for class net.sf.microlog.core.appender.AbstractHttpAppender
Create an AbstractHttpAppender.
AbstractMessageAppender - Class in net.sf.microlog.midp.wma
This is the superclass for the message based appenders (with cyclic buffers).
AbstractMessageAppender() - Constructor for class net.sf.microlog.midp.wma.AbstractMessageAppender
 
add(Object) - Method in class net.sf.microlog.core.CyclicBuffer
 
addAddress(String) - Method in class net.sf.microlog.midp.wma.MMSBufferAppender
Add an address that the log will be sent to.
addAppender(Appender) - Method in class net.sf.microlog.core.Logger
Add the specified appender to the output appenders.
Appender - Interface in net.sf.microlog.core
The interface that all Appender classes must implement.
APPENDER_ALIASES - Static variable in class net.sf.microlog.core.config.PropertyConfigurator
 
APPENDER_CLASS_NAMES - Static variable in class net.sf.microlog.core.config.PropertyConfigurator
 
APPENDER_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The key for setting the (root) appender.
appenderMap - Variable in class net.sf.microlog.core.config.PropertyConfigurator
 
AscendingComparator - Class in net.sf.microlog.midp
An ascending RecordComparator, based on the timestamp.
AscendingComparator() - Constructor for class net.sf.microlog.midp.AscendingComparator
 

B

BluetoothRemoteDevice - Class in net.sf.microlog.midp.bluetooth
Contain the Bluetooth address of the server.
BluetoothSerialAppender - Class in net.sf.microlog.midp.bluetooth
The BluetoothSerialAppender log using a Bluetooth serial connection (btspp).
BluetoothSerialAppender() - Constructor for class net.sf.microlog.midp.bluetooth.BluetoothSerialAppender
Default constructor, used when the device manages to locate the logging server on its own.
BluetoothSerialAppender(String) - Constructor for class net.sf.microlog.midp.bluetooth.BluetoothSerialAppender
Constructor that lets you specify the Bluetooth logger server instead of using the lookup service.
BluetoothSerialAppender(BluetoothRemoteDevice) - Constructor for class net.sf.microlog.midp.bluetooth.BluetoothSerialAppender
Constructor that lets you specify the Bluetooth Address of the server.

C

CanvasAppender - Class in net.sf.microlog.midp.appender
An appender which writes entries to a Canvas.
CanvasAppender() - Constructor for class net.sf.microlog.midp.appender.CanvasAppender
Create a CanvasAppender. constructor
CATEGORY_CONVERSION_CHAR - Static variable in class net.sf.microlog.core.format.PatternFormatter
 
CategoryFormatCommand - Class in net.sf.microlog.core.format.command
The CategoryFormatCommand is used for printing the category, i.e. the name of the logging class.
CategoryFormatCommand() - Constructor for class net.sf.microlog.core.format.command.CategoryFormatCommand
 
clear() - Method in class net.sf.microlog.core.appender.AbstractAppender
Clear the log.
clear() - Method in class net.sf.microlog.core.appender.AbstractFileAppender
 
clear() - Method in class net.sf.microlog.core.appender.AbstractHttpAppender
 
clear() - Method in interface net.sf.microlog.core.Appender
Clear the log.
clear() - Method in class net.sf.microlog.core.appender.ConsoleAppender
Do nothing, as this is not applicable for the ConsoleAppender.
clear() - Method in class net.sf.microlog.core.appender.MemoryBufferAppender
Clear the buffer of all log entries
clear() - Method in class net.sf.microlog.core.CyclicBuffer
Clear the buffer.
clear() - Method in class net.sf.microlog.midp.appender.CanvasAppender
Clear the log.
clear() - Method in class net.sf.microlog.midp.appender.DatagramAppender
No Effect
clear() - Method in class net.sf.microlog.midp.appender.FormAppender
Clear the underlying RecordStore from data.
clear() - Method in class net.sf.microlog.midp.appender.HttpAppender
Clear the log, i.e. do nothing since this is not applicable.
clear() - Method in class net.sf.microlog.midp.appender.RecordStoreAppender
Clear the underlying RecordStore from data.
clear() - Method in class net.sf.microlog.midp.appender.SerialAppender
Clear the log.
clear() - Method in class net.sf.microlog.midp.appender.SocketAppender
 
clear() - Method in class net.sf.microlog.midp.bluetooth.BluetoothSerialAppender
Clear the log.
clear() - Method in class net.sf.microlog.midp.file.FileAppender
 
clear() - Method in class net.sf.microlog.midp.wma.AbstractMessageAppender
Clear the log, i.e. the buffer is cleared.
clearLog() - Method in class net.sf.microlog.core.Logger
Clear the log.
clearLog() - Method in class net.sf.microlog.midp.RecordStoreLogLoader
Clear the log contained in the RecordStore.
CLIENT_ID_CONVERSION_CHAR - Static variable in class net.sf.microlog.core.format.PatternFormatter
 
ClientIdFormatCommand - Class in net.sf.microlog.core.format.command
The ClientIdFormatCommand formats the client id.
ClientIdFormatCommand() - Constructor for class net.sf.microlog.core.format.command.ClientIdFormatCommand
 
close() - Method in class net.sf.microlog.core.appender.AbstractAppender
Close the log.
close() - Method in class net.sf.microlog.core.appender.AbstractFileAppender
 
close() - Method in class net.sf.microlog.core.appender.AbstractHttpAppender
 
close() - Method in interface net.sf.microlog.core.Appender
Close the log.
close() - Method in class net.sf.microlog.core.appender.ConsoleAppender
 
close() - Method in class net.sf.microlog.core.appender.MemoryBufferAppender
 
close() - Method in class net.sf.microlog.core.Logger
Close the log.
close() - Method in class net.sf.microlog.midp.appender.CanvasAppender
Closes the log.
close() - Method in class net.sf.microlog.midp.appender.DatagramAppender
 
close() - Method in class net.sf.microlog.midp.appender.FormAppender
 
close() - Method in class net.sf.microlog.midp.appender.HttpAppender
Close the log.
close() - Method in class net.sf.microlog.midp.appender.RecordStoreAppender
 
close() - Method in class net.sf.microlog.midp.appender.SerialAppender
 
close() - Method in class net.sf.microlog.midp.appender.SocketAppender
Close the log.
close() - Method in class net.sf.microlog.midp.bluetooth.BluetoothSerialAppender
Close the log.
close() - Method in class net.sf.microlog.midp.file.FileAppender
 
close() - Method in class net.sf.microlog.midp.wma.AbstractMessageAppender
Close the log.
COM_PORT_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The key for setting the com port for the serial appender.
COM_PORT_PROPERTY - Static variable in class net.sf.microlog.midp.appender.SerialAppender
 
commandAction(Command, Displayable) - Method in class net.sf.microlog.midp.RecordStoreLogViewer
Implementation of the CommandListener interface.
compare(byte[], byte[]) - Method in class net.sf.microlog.midp.AscendingComparator
The compare() implementation, ascending based on the timestamp
compare(byte[], byte[]) - Method in class net.sf.microlog.midp.DescendingComparator
The compare() implementation, descending based on the timestamp
configure() - Static method in class net.sf.microlog.core.config.PropertyConfigurator
Configure using the default properties file, i.e. microlog.properties.
configure(String) - Static method in class net.sf.microlog.core.config.PropertyConfigurator
Configure using the specified file.
configure(Properties) - Method in class net.sf.microlog.core.config.PropertyConfigurator
Configure using the specified Properties object.
configure(Properties) - Method in class net.sf.microlog.midp.appender.RecordStoreAppender
Configure the RecordStoreAppender.
configure(Properties) - Method in class net.sf.microlog.midp.appender.SocketAppender
Configure the SocketAppender with a PropertiesGetter object.
configure(Properties) - Method in class net.sf.microlog.midp.bluetooth.BluetoothSerialAppender
Configure the BluetoothSerialAppender.
configure(MIDlet) - Static method in class net.sf.microlog.midp.MIDletPropertyConfigurator
 
configure(String, MIDlet) - Static method in class net.sf.microlog.midp.MIDletPropertyConfigurator
 
configure(Properties) - Method in class net.sf.microlog.midp.wma.SMSBufferAppender
Configure the SMSBufferAppender with the supplied properties object.
configureLog4jStyle(Properties) - Method in class net.sf.microlog.core.config.PropertyConfigurator
Configure using the Log4j style.
connect() - Method in class net.sf.microlog.core.appender.AbstractHttpAppender
 
connect() - Method in class net.sf.microlog.midp.appender.HttpAppender
 
connection - Variable in class net.sf.microlog.midp.appender.DatagramAppender
 
ConsoleAppender - Class in net.sf.microlog.core.appender
An appender for the console, i.e. the logs could be appended to System.out (by default).
ConsoleAppender() - Constructor for class net.sf.microlog.core.appender.ConsoleAppender
 
ConsoleAppender(PrintStream) - Constructor for class net.sf.microlog.core.appender.ConsoleAppender
Create a ConsoleAppender that is using console for logging.
contains(String) - Method in interface net.sf.microlog.core.LoggerRepository
Check if the LoggerRepository contains the specified Logger object.
CONTENT_ID_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The key for setting the content id for the MMSBufferAppender
CONTENT_ID_PROPERTY - Static variable in class net.sf.microlog.midp.wma.MMSBufferAppender
 
CONTENT_LOCATION_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The key for setting the content location for the MMSBufferAppender
createAppender(String, Properties) - Method in class net.sf.microlog.core.config.PropertyConfigurator
Create the specified appender.
createFile(String) - Method in class net.sf.microlog.core.appender.AbstractFileAppender
 
createFile(String) - Method in class net.sf.microlog.midp.file.FileAppender
Create the file from the specified fileURI.
createFileURI() - Method in class net.sf.microlog.core.appender.AbstractFileAppender
 
createFileURI() - Method in class net.sf.microlog.midp.file.FileAppender
Create the fileURI to be used as a log file.
createFormatter(String, Properties) - Method in class net.sf.microlog.core.config.PropertyConfigurator
 
createMessageContent() - Method in class net.sf.microlog.midp.wma.AbstractMessageAppender
Create a message that is a concatenation of all the messages stored in the buffer.
createMessageData(String) - Method in class net.sf.microlog.core.SyslogMessage
Create the syslog message data, that is consequently wrapped in a datagram.
CYCLIC_BUFFER_PROPERTY - Static variable in class net.sf.microlog.core.appender.MemoryBufferAppender
 
CyclicBuffer - Class in net.sf.microlog.core
A class that stores Objects in a cyclic buffer.
CyclicBuffer() - Constructor for class net.sf.microlog.core.CyclicBuffer
Create a CyclicBuffer with the default buffer size.
CyclicBuffer(int) - Constructor for class net.sf.microlog.core.CyclicBuffer
Create a CyclicBuffer with the specified buffer size.

D

DatagramAppender - Class in net.sf.microlog.midp.appender
An Appender that logs via UDP (Datagram) to a remote host.
DatagramAppender() - Constructor for class net.sf.microlog.midp.appender.DatagramAppender
 
DATE_CONVERSION_CHAR - Static variable in class net.sf.microlog.core.format.PatternFormatter
 
DATE_FORMAT - Static variable in class net.sf.microlog.core.format.command.DateFormatCommand
 
DATE_FORMAT_STRING - Static variable in class net.sf.microlog.core.format.command.DateFormatCommand
 
DateFormatCommand - Class in net.sf.microlog.core.format.command
This class is used for formatting dates.
DateFormatCommand() - Constructor for class net.sf.microlog.core.format.command.DateFormatCommand
 
DEBUG - Static variable in class net.sf.microlog.core.Level
 
debug(Object) - Method in class net.sf.microlog.core.Logger
Log the message at Level.DEBUG level.
debug(Object, Throwable) - Method in class net.sf.microlog.core.Logger
Log the message and the Throwable object at Level.DEBUG level.
DEBUG_INT - Static variable in class net.sf.microlog.core.Level
 
DEBUG_STRING - Static variable in class net.sf.microlog.core.Level
 
DEFAULT_BT_UUID_STRING - Static variable in class net.sf.microlog.core.MicrologConstants
 
DEFAULT_BUFFER_SIZE - Static variable in class net.sf.microlog.core.CyclicBuffer
 
DEFAULT_BUFFER_SIZE - Static variable in class net.sf.microlog.midp.wma.AbstractMessageAppender
The default buffer size for a message appender.
DEFAULT_COM_PORT - Static variable in class net.sf.microlog.midp.appender.SerialAppender
 
DEFAULT_CONVERSION_PATTERN - Static variable in class net.sf.microlog.core.format.PatternFormatter
This is the default pattern that is used for the PatternFormatter.
DEFAULT_DATAGRAM_PORT - Static variable in class net.sf.microlog.midp.appender.DatagramAppender
The default port to be used for logging.
DEFAULT_DELIMITER - Static variable in class net.sf.microlog.core.format.SimpleFormatter
 
DEFAULT_ENCODING - Static variable in class net.sf.microlog.midp.wma.MMSBufferAppender
 
DEFAULT_FILENAME - Static variable in class net.sf.microlog.core.appender.AbstractFileAppender
The default log filename.
DEFAULT_HOST - Static variable in class net.sf.microlog.core.MicrologConstants
The default host to connect to for logging.
DEFAULT_LINGER_TIME - Static variable in class net.sf.microlog.midp.appender.SocketAppender
 
DEFAULT_LOG_LEVEL - Static variable in class net.sf.microlog.core.config.PropertyConfigurator
 
DEFAULT_LOG_LEVEL - Static variable in class net.sf.microlog.core.Logger
 
DEFAULT_LOG_LEVEL_STRING - Static variable in class net.sf.microlog.core.config.PropertyConfigurator
 
DEFAULT_MESSAGE_BUFFER - Static variable in class net.sf.microlog.midp.wma.AbstractMessageAppender
 
DEFAULT_MESSAGE_BUFFER_SIZE - Static variable in class net.sf.microlog.core.SyslogMessage
 
DEFAULT_MESSAGE_RECEIVER - Static variable in class net.sf.microlog.midp.wma.SMSBufferAppender
 
DEFAULT_MIME_TYPE - Static variable in class net.sf.microlog.midp.wma.MMSBufferAppender
 
DEFAULT_MMS_BUFFER_SIZE - Static variable in class net.sf.microlog.midp.wma.MMSBufferAppender
 
DEFAULT_PRECISION_SPECIFIER - Static variable in class net.sf.microlog.core.format.command.CategoryFormatCommand
 
DEFAULT_PRIORITY - Static variable in class net.sf.microlog.midp.wma.MMSBufferAppender
 
DEFAULT_PROPERTY_FILE - Static variable in class net.sf.microlog.core.config.PropertyConfigurator
 
DEFAULT_PROPERTY_FILE - Static variable in class net.sf.microlog.core.MicrologConstants
 
DEFAULT_SERVER_NAME - Static variable in class net.sf.microlog.midp.appender.SocketAppender
 
DEFAULT_SOCKET_PORT - Static variable in class net.sf.microlog.midp.appender.SocketAppender
 
DEFAULT_STRING_BUFFER_SIZE - Static variable in class net.sf.microlog.core.appender.AbstractFileAppender
The default buffer size for StringBuffer objects.
DEFAULT_SUBJECT - Static variable in class net.sf.microlog.midp.wma.MMSBufferAppender
 
DEFAULT_SYSLOG_PORT - Static variable in class net.sf.microlog.core.SyslogMessage
The default port for the syslog protocol.
DEFAULT_SYSLOG_TAG - Static variable in class net.sf.microlog.core.MicrologConstants
 
DEFAULT_VALUES - Static variable in class net.sf.microlog.core.appender.AbstractFileAppender
 
DEFAULT_VALUES - Static variable in class net.sf.microlog.midp.wma.SMSBufferAppender
 
defaults - Variable in class net.sf.microproperties.Properties
 
DescendingComparator - Class in net.sf.microlog.midp
An descending RecordComparator, based on the timestamp.
DescendingComparator() - Constructor for class net.sf.microlog.midp.DescendingComparator
 
destroyApp(boolean) - Method in class net.sf.microlog.midp.RecordStoreLogViewer
Destroy the MIDlet.
destroyApp(boolean) - Method in class net.sf.microlog.spot.RecordStoreLogExtractor
Destroy the MIDlet.
directory - Variable in class net.sf.microlog.core.appender.AbstractFileAppender
 
disconnect() - Method in class net.sf.microlog.core.appender.AbstractHttpAppender
 
disconnect() - Method in class net.sf.microlog.midp.appender.HttpAppender
Discconnect from the server.
doConfigureAppender(Logger, String, Properties) - Method in class net.sf.microlog.core.config.PropertyConfigurator
Configure the specified appender with using the properties.
doConfigureHierarchyLogLevels(Properties) - Method in class net.sf.microlog.core.config.PropertyConfigurator
Configure the log levels for the hierarchy.
doLog(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.core.appender.AbstractAppender
Do the logging.
doLog(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.core.appender.AbstractFileAppender
 
doLog(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.core.appender.AbstractHttpAppender
 
doLog(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.core.appender.ConsoleAppender
Do the logging.
doLog(String, String, long, Level, Object, Throwable) - Method in interface net.sf.microlog.core.Appender
Do the logging.
doLog(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.core.appender.MemoryBufferAppender
Do the logging.
doLog(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.midp.appender.CanvasAppender
Do the logging.
doLog(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.midp.appender.DatagramAppender
Do the logging.
doLog(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.midp.appender.FormAppender
Do the logging.
doLog(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.midp.appender.RecordStoreAppender
Do the logging.
doLog(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.midp.appender.SerialAppender
(non-Javadoc)
doLog(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.midp.appender.SocketAppender
Do the actual loagging.
doLog(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.midp.appender.SyslogAppender
Do the logging.
doLog(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.midp.bluetooth.BluetoothSerialAppender
 
doLog(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.midp.file.FileAppender
 
doLog(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.midp.wma.AbstractMessageAppender
Perform the actual logging.
DOT_CHAR - Static variable in class net.sf.microlog.core.MicrologConstants
 

E

ENCODING_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The key for setting the encoding for the MMSBufferAppender
ENCODING_PROPERTY - Static variable in class net.sf.microlog.midp.wma.MMSBufferAppender
 
equals(Object) - Method in class net.sf.microlog.core.Level
 
ERROR - Static variable in class net.sf.microlog.core.Level
 
error(Object) - Method in class net.sf.microlog.core.Logger
Log the specified message at ERROR level.
error(Object, Throwable) - Method in class net.sf.microlog.core.Logger
Log the specified message and Throwable object at ERROR level.
ERROR_INT - Static variable in class net.sf.microlog.core.Level
 
ERROR_STRING - Static variable in class net.sf.microlog.core.Level
 
execute(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.core.format.command.CategoryFormatCommand
 
execute(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.core.format.command.ClientIdFormatCommand
 
execute(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.core.format.command.DateFormatCommand
 
execute(String, String, long, Level, Object, Throwable) - Method in interface net.sf.microlog.core.format.command.FormatCommandInterface
Set the necessary log data to convert.
execute(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.core.format.command.MessageFormatCommand
 
execute(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.core.format.command.NoFormatCommand
Convert, i.e. return the preFormatString.
execute(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.core.format.command.PriorityFormatCommand
 
execute(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.core.format.command.ThreadFormatCommand
Execute the ThreadFormatCommand.
execute(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.core.format.command.ThrowableFormatCommand
Set the log data.
execute(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.core.format.command.TimeFormatCommand
 
execute() - Method in class net.sf.microlog.midp.RecordStoreLogViewer.AbstractCommand
Execute the command.
execute() - Method in class net.sf.microlog.midp.RecordStoreLogViewer.ClearLogCommand
Execute the command.
execute() - Method in class net.sf.microlog.midp.RecordStoreLogViewer.ExitCommand
 
execute() - Method in class net.sf.microlog.midp.RecordStoreLogViewer.LoadLogCommand
Execute the command.
execute() - Method in class net.sf.microlog.midp.RecordStoreLogViewer.PreferenceCancelCommand
 
execute() - Method in class net.sf.microlog.midp.RecordStoreLogViewer.PreferenceCommand
 
execute() - Method in class net.sf.microlog.midp.RecordStoreLogViewer.PreferenceOkCommand
 
execute() - Method in class net.sf.microlog.midp.RecordStoreLogViewer.SwitchComparatorCommand
 

F

FACILITY_KERNAL_MESSAGE - Static variable in class net.sf.microlog.core.SyslogMessage
 
FACILITY_LOCAL_USE_0 - Static variable in class net.sf.microlog.core.SyslogMessage
 
FACILITY_LOCAL_USE_1 - Static variable in class net.sf.microlog.core.SyslogMessage
 
FACILITY_LOCAL_USE_2 - Static variable in class net.sf.microlog.core.SyslogMessage
 
FACILITY_LOCAL_USE_3 - Static variable in class net.sf.microlog.core.SyslogMessage
 
FACILITY_LOCAL_USE_4 - Static variable in class net.sf.microlog.core.SyslogMessage
 
FACILITY_LOCAL_USE_5 - Static variable in class net.sf.microlog.core.SyslogMessage
 
FACILITY_LOCAL_USE_6 - Static variable in class net.sf.microlog.core.SyslogMessage
 
FACILITY_LOCAL_USE_7 - Static variable in class net.sf.microlog.core.SyslogMessage
 
FACILITY_LOG_ALERT - Static variable in class net.sf.microlog.core.SyslogMessage
 
FACILITY_LOG_AUDIT - Static variable in class net.sf.microlog.core.SyslogMessage
 
FACILITY_MAIL_SYSTEM - Static variable in class net.sf.microlog.core.SyslogMessage
 
FACILITY_SECURITY_MESSAGE - Static variable in class net.sf.microlog.core.SyslogMessage
 
FACILITY_SYSTEM_DAEMONS - Static variable in class net.sf.microlog.core.SyslogMessage
 
FACILITY_USER_LEVEL_MESSAGE - Static variable in class net.sf.microlog.core.SyslogMessage
 
FATAL - Static variable in class net.sf.microlog.core.Level
 
fatal(Object) - Method in class net.sf.microlog.core.Logger
Log the specified message at FATAL level.
fatal(Object, Throwable) - Method in class net.sf.microlog.core.Logger
Log the specified message and Throwable object at FATAL level.
FATAL_INT - Static variable in class net.sf.microlog.core.Level
 
FATAL_STRING - Static variable in class net.sf.microlog.core.Level
 
FILE_NAME_PROPERTY - Static variable in class net.sf.microlog.core.appender.AbstractFileAppender
 
FILE_PROTOCOL - Static variable in class net.sf.microlog.midp.file.FileAppender
The protocol to be used for opening a FileConnection object.
FileAppender - Class in net.sf.microlog.midp.file
A class that logs to a file.
FileAppender() - Constructor for class net.sf.microlog.midp.file.FileAppender
 
fileConnection - Variable in class net.sf.microlog.midp.file.FileAppender
The FileConnection for accessing the log file.
fileConnectionIsSet - Variable in class net.sf.microlog.core.appender.AbstractFileAppender
 
fileName - Variable in class net.sf.microlog.core.appender.AbstractFileAppender
 
FILENAME_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The property to set for the filename to log to.
FormAppender - Class in net.sf.microlog.midp.appender
An Appender that appends the logging to a Form.
FormAppender() - Constructor for class net.sf.microlog.midp.appender.FormAppender
Create a FormAppender without a default logform.
FormAppender(Form) - Constructor for class net.sf.microlog.midp.appender.FormAppender
Create a FormAppender that uses the specified Form to log.
format(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.core.format.PatternFormatter
Format the input parameters.
format(String, String, long, Level, Object, Throwable) - Method in class net.sf.microlog.core.format.SimpleFormatter
Format the given message and the Throwable object.
format(String, String, long, Level, Object, Throwable) - Method in interface net.sf.microlog.core.Formatter
Format the given message and the Throwable object.
FormatCommandInterface - Interface in net.sf.microlog.core.format.command
An interface for (pattern) format command objects.
formatter - Variable in class net.sf.microlog.core.appender.AbstractAppender
This is the default formatter used by all subclasses.
Formatter - Interface in net.sf.microlog.core
This the interface for all formatters.
FORMATTER_ALIASES - Static variable in class net.sf.microlog.core.config.PropertyConfigurator
 
FORMATTER_CLASS_NAMES - Static variable in class net.sf.microlog.core.config.PropertyConfigurator
 
FORMATTER_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The key for setting the (root) formatter.
FORMATTER_PROPERTY - Static variable in class net.sf.microlog.core.config.PropertyKeys
 
formatterMap - Variable in class net.sf.microlog.core.config.PropertyConfigurator
 
FULL_CLASS_NAME_SPECIFIER - Static variable in class net.sf.microlog.core.format.command.CategoryFormatCommand
 

G

get() - Method in class net.sf.microlog.core.CyclicBuffer
Get the oldest Object in the buffer.
getAppender(int) - Method in class net.sf.microlog.core.Logger
Get the specified appender, starting at index = 0.
getAsVector() - Method in class net.sf.microlog.core.CyclicBuffer
Get the internal buffer as a Vector.
getBufferSize() - Method in class net.sf.microlog.core.CyclicBuffer
Get the buffer size.
getBufferSize() - Method in class net.sf.microlog.midp.wma.AbstractMessageAppender
Set the buffer size, i.e. how many log messages that are stored.
getClientID() - Method in class net.sf.microlog.core.Logger
 
getCurrentTime() - Method in class net.sf.microlog.core.StopWatch
Get the current time.
getDataOutputStream() - Method in class net.sf.microlog.midp.appender.SocketAppender
Get the DataOutputStream that is used for logging.
getDelimiter() - Method in class net.sf.microlog.core.format.SimpleFormatter
Get the delimiter that is used between the different fields when logging.
getEffectiveLevel(Logger) - Method in interface net.sf.microlog.core.LoggerRepository
Get the effective level for the specified logger.
getFacility() - Method in class net.sf.microlog.core.SyslogMessage
 
getFileName() - Method in class net.sf.microlog.core.appender.AbstractFileAppender
Get the filename of the logfile.
getFormatter() - Method in class net.sf.microlog.core.appender.AbstractAppender
Get the Formatter object that is used for formatting the output.
getFormatter() - Method in interface net.sf.microlog.core.Appender
Get the formatter that is in use.
getFormatter() - Method in class net.sf.microlog.midp.appender.CanvasAppender
Gets the current formatter used to format the log entires.
getHostname() - Method in class net.sf.microlog.core.SyslogMessage
 
getLineSeparator() - Method in class net.sf.microlog.core.appender.AbstractFileAppender
Get the line separator.
getLinger() - Method in class net.sf.microlog.midp.appender.SocketAppender
Get the socket option SocketConnection.LINGER.
getLogBuffer() - Method in class net.sf.microlog.core.appender.MemoryBufferAppender
Retrieve the log buffer.
getLogContent() - Method in class net.sf.microlog.midp.RecordStoreLogLoader
Get the log content.
getLogForm() - Method in class net.sf.microlog.midp.appender.FormAppender
Get the Form that is used for logging.
getLogger() - Static method in class net.sf.microlog.core.LoggerFactory
The the un-named logger.
getLogger(String) - Static method in class net.sf.microlog.core.LoggerFactory
Get a Logger object with the specified name.
getLogger(Class) - Static method in class net.sf.microlog.core.LoggerFactory
Get a Logger object that corresponds to the specified class.
getLogger(String) - Method in interface net.sf.microlog.core.LoggerRepository
Get the specified Logger instance.
getLoggerRepository() - Static method in class net.sf.microlog.core.LoggerFactory
Get the LoggerRepository that is used for the LoggerFactory.
getLogLevel() - Method in class net.sf.microlog.core.Logger
Get the log level.
getLogSize() - Method in class net.sf.microlog.core.appender.AbstractFileAppender
 
getLogSize() - Method in class net.sf.microlog.core.appender.AbstractHttpAppender
 
getLogSize() - Method in class net.sf.microlog.core.appender.ConsoleAppender
Get the size of the log.
getLogSize() - Method in interface net.sf.microlog.core.Appender
Get the size of the log.
getLogSize() - Method in class net.sf.microlog.core.appender.MemoryBufferAppender
Get the current size of the log
getLogSize() - Method in class net.sf.microlog.midp.appender.CanvasAppender
Gets the number of entries in the log.
getLogSize() - Method in class net.sf.microlog.midp.appender.DatagramAppender
Get the size of the log.
getLogSize() - Method in class net.sf.microlog.midp.appender.FormAppender
Get the size of the log.
getLogSize() - Method in class net.sf.microlog.midp.appender.RecordStoreAppender
Get the size of the log.
getLogSize() - Method in class net.sf.microlog.midp.appender.SerialAppender
Get the log size which is always Appender.SIZE_UNDEFINED.
getLogSize() - Method in class net.sf.microlog.midp.appender.SocketAppender
Get the log size which in this case is SIZE_UNDEFINED.
getLogSize() - Method in class net.sf.microlog.midp.bluetooth.BluetoothSerialAppender
Get the size of the.
getLogSize() - Method in class net.sf.microlog.midp.file.FileAppender
Get the size of the log.
getLogSize() - Method in class net.sf.microlog.midp.wma.AbstractMessageAppender
 
getMaxNbrOfEntries() - Method in class net.sf.microlog.core.appender.MemoryBufferAppender
Get the maximum number of entries that this appender is configured for
getMaxRecordEntries() - Method in class net.sf.microlog.midp.appender.RecordStoreAppender
Get the max number of recordstore entries.
getMessageReceiver() - Method in class net.sf.microlog.midp.wma.SMSBufferAppender
Get the message receiver.
getName() - Method in class net.sf.microlog.core.Logger
 
getNumberOfAppenders() - Method in class net.sf.microlog.core.Logger
Get the number of active appenders.
getNumLogItems() - Method in class net.sf.microlog.midp.RecordStoreLogLoader
 
getPattern() - Method in class net.sf.microlog.core.format.PatternFormatter
Get the pattern that is when formatting.
getPort() - Method in class net.sf.microlog.midp.appender.SocketAppender
Get the port that is used for the socket.
getPrecisionSpecifier() - Method in class net.sf.microlog.core.format.command.CategoryFormatCommand
Get the precision specifier.
getPriority() - Method in class net.sf.microlog.midp.wma.MMSBufferAppender
Get the priority of message to send.
getProperty(String, String) - Method in class net.sf.microproperties.midp.MidletProperties
 
getProperty(String) - Method in class net.sf.microproperties.midp.MidletProperties
 
getProperty(String) - Method in class net.sf.microproperties.Properties
Get the property for the
getProperty(String, String) - Method in class net.sf.microproperties.Properties
 
getPropertyNames() - Method in class net.sf.microlog.core.appender.AbstractAppender
 
getPropertyNames() - Method in class net.sf.microlog.core.appender.AbstractFileAppender
 
getPropertyNames() - Method in interface net.sf.microlog.core.Appender
Get the appender specific property names.
getPropertyNames() - Method in class net.sf.microlog.core.appender.MemoryBufferAppender
 
getPropertyNames() - Method in class net.sf.microlog.core.format.PatternFormatter
 
getPropertyNames() - Method in class net.sf.microlog.core.format.SimpleFormatter
 
getPropertyNames() - Method in interface net.sf.microlog.core.Formatter
Get the appender specific property names.
getPropertyNames() - Method in class net.sf.microlog.midp.appender.CanvasAppender
 
getPropertyNames() - Method in class net.sf.microlog.midp.appender.DatagramAppender
 
getPropertyNames() - Method in class net.sf.microlog.midp.appender.FormAppender
 
getPropertyNames() - Method in class net.sf.microlog.midp.appender.HttpAppender
 
getPropertyNames() - Method in class net.sf.microlog.midp.appender.RecordStoreAppender
 
getPropertyNames() - Method in class net.sf.microlog.midp.appender.SerialAppender
 
getPropertyNames() - Method in class net.sf.microlog.midp.appender.SocketAppender
 
getPropertyNames() - Method in class net.sf.microlog.midp.bluetooth.BluetoothSerialAppender
 
getPropertyNames() - Method in class net.sf.microlog.midp.wma.MMSBufferAppender
 
getPropertyNames() - Method in class net.sf.microlog.midp.wma.SMSBufferAppender
 
getProtocol() - Method in class net.sf.microlog.midp.appender.SocketAppender
Get the protocol to be used for connection.
getRecordStoreName() - Method in class net.sf.microlog.midp.appender.RecordStoreAppender
Get the recordstore name to use for logging.
getRecordStoreName() - Method in class net.sf.microlog.midp.RecordStoreLogLoader
Get the RecordStore name.
getResponse() - Method in class net.sf.microlog.core.appender.AbstractHttpAppender
 
getResponse() - Method in class net.sf.microlog.midp.appender.HttpAppender
 
getRootLogger() - Method in interface net.sf.microlog.core.LoggerRepository
Get the root Logger instance.
getServerName() - Method in class net.sf.microlog.midp.appender.SocketAppender
Get server name.
getTime() - Method in class net.sf.microlog.core.Logger
Get the current log time.
getTriggerLevel() - Method in class net.sf.microlog.midp.wma.AbstractMessageAppender
Set the level which should trigger sending an SMS.
getURL() - Method in class net.sf.microlog.midp.file.FileAppender
Get the URL of the file that is opened, i.e. a call is made to getURL() on the opened FileConnection.
GSM_7_BIT_LF - Static variable in class net.sf.microlog.midp.wma.AbstractMessageAppender
The line feed used by SMS messages.

H

hashCode() - Method in class net.sf.microlog.core.Level
 
HIGH_PRIORITY - Static variable in class net.sf.microlog.midp.wma.MMSBufferAppender
 
HOST_PROPERTY - Static variable in class net.sf.microlog.midp.appender.DatagramAppender
 
HttpAppender - Class in net.sf.microlog.midp.appender
This class uses the HTTP protocol to post the log messages to a server.
HttpAppender() - Constructor for class net.sf.microlog.midp.appender.HttpAppender
Create a HttpConnectionAppender

I

INFO - Static variable in class net.sf.microlog.core.Level
 
info(Object) - Method in class net.sf.microlog.core.Logger
Log the specified message at Level.INFO level.
info(Object, Throwable) - Method in class net.sf.microlog.core.Logger
Log the specified message and the Throwable at Level.INFO level.
INFO_INT - Static variable in class net.sf.microlog.core.Level
 
INFO_STRING - Static variable in class net.sf.microlog.core.Level
 
init(String) - Method in class net.sf.microlog.core.format.command.CategoryFormatCommand
 
init(String) - Method in class net.sf.microlog.core.format.command.ClientIdFormatCommand
 
init(String) - Method in class net.sf.microlog.core.format.command.DateFormatCommand
 
init(String) - Method in interface net.sf.microlog.core.format.command.FormatCommandInterface
Set a String that is not formatted.
init(String) - Method in class net.sf.microlog.core.format.command.MessageFormatCommand
 
init(String) - Method in class net.sf.microlog.core.format.command.NoFormatCommand
 
init(String) - Method in class net.sf.microlog.core.format.command.PriorityFormatCommand
 
init(String) - Method in class net.sf.microlog.core.format.command.ThreadFormatCommand
 
init(String) - Method in class net.sf.microlog.core.format.command.ThrowableFormatCommand
 
init(String) - Method in class net.sf.microlog.core.format.command.TimeFormatCommand
 
isCyclicBuffer() - Method in class net.sf.microlog.core.appender.MemoryBufferAppender
Is the buffer cyclic or fixed
isDebugEnabled() - Method in class net.sf.microlog.core.Logger
Is this Logger enabled for DEBUG level?
isErrorEnabled() - Method in class net.sf.microlog.core.Logger
Is this LOGGER enabled for ERROR level?
isFatalEnabled() - Method in class net.sf.microlog.core.Logger
Is this LOGGER enabled for FATAL level?
isInfoEnabled() - Method in class net.sf.microlog.core.Logger
Is this Logger enabled for INFO level?
isLogOpen() - Method in class net.sf.microlog.core.appender.AbstractAppender
Check if the log is open.
isLogOpen() - Method in interface net.sf.microlog.core.Appender
Check if the log is open.
isLogOpen() - Method in class net.sf.microlog.midp.appender.CanvasAppender
Check if the log is open.
ISO_8601_FORMAT - Static variable in class net.sf.microlog.core.format.command.DateFormatCommand
 
ISO_8601_FORMAT_STRING - Static variable in class net.sf.microlog.core.format.command.DateFormatCommand
 
isTraceEnabled() - Method in class net.sf.microlog.core.Logger
Is this Logger enabled for TRACE level?
isWarnEnabled() - Method in class net.sf.microlog.core.Logger
Is this Logger enabled for Level.WARN level?

J

JarFileProperties - Class in net.sf.microproperties
The JarFilesProperties class is used for reading properties from a file contained in the JAR file.
JarFileProperties() - Constructor for class net.sf.microproperties.JarFileProperties
 

K

keyPressed(int) - Method in class net.sf.microlog.midp.appender.CanvasAppender
Called when a key is pressed.

L

length() - Method in class net.sf.microlog.core.CyclicBuffer
The current length of the buffer, i.e. how many Objects that are stored in the buffer.
Level - Class in net.sf.microlog.core
This class represent the logging level.
lineSeparator - Variable in class net.sf.microlog.core.appender.AbstractFileAppender
 
lineSeparator - Variable in class net.sf.microlog.midp.wma.AbstractMessageAppender
 
list(PrintStream) - Method in class net.sf.microproperties.Properties
 
load(String) - Method in class net.sf.microproperties.JarFileProperties
Load the specified file from the JAR file.
load(InputStream) - Method in class net.sf.microproperties.Properties
Load the properties using the specified inputStream.
loadLog() - Method in class net.sf.microlog.spot.RecordStoreLogExtractor
Execute the command.
log(Level, Object) - Method in class net.sf.microlog.core.Logger
Log the message at the specified level.
log(Level, Object, Throwable) - Method in class net.sf.microlog.core.Logger
Log the message and the Throwable object at the specified level.
LOG4J_PROPERTY_DELIMITER - Static variable in class net.sf.microlog.core.config.PropertyConfigurator
 
LOG_LEVEL_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The key for setting the (root) level.
Logger - Class in net.sf.microlog.core
The Logger class is used for logging.
LOGGER_PREFIX_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
 
LoggerFactory - Class in net.sf.microlog.core
This is the public logger factory to be used by the end user.
LoggerFactory() - Constructor for class net.sf.microlog.core.LoggerFactory
 
loggerRepository - Variable in class net.sf.microlog.core.config.PropertyConfigurator
 
LoggerRepository - Interface in net.sf.microlog.core
 
logOpen - Variable in class net.sf.microlog.core.appender.AbstractAppender
The logOpen shows whether the log is open or not.
LOW_PRIORITY - Static variable in class net.sf.microlog.midp.wma.MMSBufferAppender
 

M

MAX_LOG_ENTRIES_PROPERTY - Static variable in class net.sf.microlog.core.appender.MemoryBufferAppender
 
MEMORY_BUFFER_CYCLIC_BUFFER_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The property to set to control the appender behavior, cyclic or stop when the buffer is full
MEMORY_BUFFER_MAX_ENTRIES_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The property to set to configure the maximum number of log entries
MemoryBufferAppender - Class in net.sf.microlog.core.appender
An appender that writes the log entries to a memory buffer.
MemoryBufferAppender() - Constructor for class net.sf.microlog.core.appender.MemoryBufferAppender
Create a MemoryBufferAppender with the default settings
MemoryBufferAppender(int, boolean) - Constructor for class net.sf.microlog.core.appender.MemoryBufferAppender
Create a customized MemoryBufferAppender
MESSAGE_CONVERSION_CHAR - Static variable in class net.sf.microlog.core.format.PatternFormatter
 
MESSAGE_RECEIVER_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The key for setting the message receiver for the SMSBufferAppender
MESSAGE_RECEIVER_PROPERTY - Static variable in class net.sf.microlog.midp.wma.SMSBufferAppender
 
messageConnection - Variable in class net.sf.microlog.midp.wma.AbstractMessageAppender
 
MessageFormatCommand - Class in net.sf.microlog.core.format.command
Convert the logged message.
MessageFormatCommand() - Constructor for class net.sf.microlog.core.format.command.MessageFormatCommand
 
MICROLOG_MESSAGE_PREFIX - Static variable in class net.sf.microlog.core.MicrologConstants
 
MicrologConstants - Class in net.sf.microlog.core
The MicrologConstants class contains the global constants for Microlog.
MicrologConstants() - Constructor for class net.sf.microlog.core.MicrologConstants
 
MidletProperties - Class in net.sf.microproperties.midp
The MIDletProperties class is used to get the MIDlet properties.
MidletProperties(MIDlet) - Constructor for class net.sf.microproperties.midp.MidletProperties
Create a MidletProperties object using the specified MIDlet to the the properties from.
MidletProperties(MIDlet, Properties) - Constructor for class net.sf.microproperties.midp.MidletProperties
 
MIDletPropertyConfigurator - Class in net.sf.microlog.midp
 
MIDletPropertyConfigurator() - Constructor for class net.sf.microlog.midp.MIDletPropertyConfigurator
 
MIME_TYPE_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The key for setting the mime type for the MMSBufferAppender
MIME_TYPE_PROPERTY - Static variable in class net.sf.microlog.midp.wma.MMSBufferAppender
 
MMSBufferAppender - Class in net.sf.microlog.midp.wma
Log messages into a buffer and send it as an MMS (MultipartsMessage) when triggered.
MMSBufferAppender() - Constructor for class net.sf.microlog.midp.wma.MMSBufferAppender
The default constructor.
MONTHS - Static variable in class net.sf.microlog.core.SyslogMessage
 

N

net.sf.microlog.core - package net.sf.microlog.core
This package contains the core classes and interfaces for Microlog.
net.sf.microlog.core.appender - package net.sf.microlog.core.appender
This package contains the implementation of the Appender classes for Microlog.
net.sf.microlog.core.config - package net.sf.microlog.core.config
 
net.sf.microlog.core.format - package net.sf.microlog.core.format
This package contains classes for that format the log contents before appending it to the log.
net.sf.microlog.core.format.command - package net.sf.microlog.core.format.command
This package contains the helper classes for the PatternFormatter.
net.sf.microlog.midp - package net.sf.microlog.midp
This package contains the MIDP specific classes for Microlog.
net.sf.microlog.midp.appender - package net.sf.microlog.midp.appender
This package contains the implementation of the Appender classes for Microlog on the MIDP platform.
net.sf.microlog.midp.bluetooth - package net.sf.microlog.midp.bluetooth
This package contains the Bluetooth specific classes.
net.sf.microlog.midp.file - package net.sf.microlog.midp.file
 
net.sf.microlog.midp.wma - package net.sf.microlog.midp.wma
 
net.sf.microlog.spot - package net.sf.microlog.spot
 
net.sf.microproperties - package net.sf.microproperties
 
net.sf.microproperties.midp - package net.sf.microproperties.midp
 
NoFormatCommand - Class in net.sf.microlog.core.format.command
This command does not do any formatting.
NoFormatCommand() - Constructor for class net.sf.microlog.core.format.command.NoFormatCommand
 
NORMAL_PRIORITY - Static variable in class net.sf.microlog.midp.wma.MMSBufferAppender
 
numberOfLeafNodes() - Method in interface net.sf.microlog.core.LoggerRepository
Get the number of leaf nodes, i.e. the number of Logger classes.

O

open() - Method in class net.sf.microlog.core.appender.AbstractAppender
Open the log.
open() - Method in class net.sf.microlog.core.appender.AbstractFileAppender
 
open() - Method in class net.sf.microlog.core.appender.AbstractHttpAppender
 
open() - Method in class net.sf.microlog.core.appender.ConsoleAppender
 
open() - Method in class net.sf.microlog.core.appender.MemoryBufferAppender
 
open() - Method in interface net.sf.microlog.core.Appender
Open the log.
open() - Method in class net.sf.microlog.midp.appender.CanvasAppender
Opens the log.
open() - Method in class net.sf.microlog.midp.appender.DatagramAppender
 
open() - Method in class net.sf.microlog.midp.appender.FormAppender
 
open() - Method in class net.sf.microlog.midp.appender.HttpAppender
Open the log.
open() - Method in class net.sf.microlog.midp.appender.RecordStoreAppender
 
open() - Method in class net.sf.microlog.midp.appender.SerialAppender
Open the log, i.e. it opens the CommConnection.
open() - Method in class net.sf.microlog.midp.appender.SocketAppender
 
open() - Method in class net.sf.microlog.midp.bluetooth.BluetoothSerialAppender
Open the log, i.e. open the Bluetooth connection to the log server.
open() - Method in class net.sf.microlog.midp.wma.AbstractMessageAppender
Open the log.
open() - Method in class net.sf.microlog.midp.wma.MMSBufferAppender
 
open() - Method in class net.sf.microlog.midp.wma.SMSBufferAppender
 
openConnection(String) - Method in class net.sf.microlog.midp.wma.AbstractMessageAppender
Open the MessageConnection to use for sending messages.
openOutputStream() - Method in class net.sf.microlog.core.appender.AbstractFileAppender
 
openOutputStream() - Method in class net.sf.microlog.midp.file.FileAppender
Open the OutputStream for the created file.
outputStream - Variable in class net.sf.microlog.core.appender.AbstractFileAppender
 

P

paint(Graphics) - Method in class net.sf.microlog.midp.appender.CanvasAppender
Draws log entries to the screen
PATTERN_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The key for setting the pattern for the PatternFormatter
PATTERN_PROPERTY - Static variable in class net.sf.microlog.core.format.PatternFormatter
 
PatternFormatter - Class in net.sf.microlog.core.format
This class is the equivalent to the PatternLayout found in Log4j.
PatternFormatter() - Constructor for class net.sf.microlog.core.format.PatternFormatter
Create a PatternFormatter with the default pattern.
pauseApp() - Method in class net.sf.microlog.midp.RecordStoreLogViewer
Pause the MIDlet.
pauseApp() - Method in class net.sf.microlog.spot.RecordStoreLogExtractor
Pause the MIDlet.
PERCENT_CONVERSION_CHAR - Static variable in class net.sf.microlog.core.format.PatternFormatter
 
PORT_NO_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The key for setting the port for the SocketAppender
PORT_PROPERTY - Static variable in class net.sf.microlog.midp.appender.DatagramAppender
 
postURL - Variable in class net.sf.microlog.core.appender.AbstractHttpAppender
The URL to post the logging to.
PRIORITY_CONVERSION_CHAR - Static variable in class net.sf.microlog.core.format.PatternFormatter
 
PRIORITY_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The key for setting the priority for the MMSBufferAppender
PRIORITY_PROPERTY - Static variable in class net.sf.microlog.midp.wma.MMSBufferAppender
 
PriorityFormatCommand - Class in net.sf.microlog.core.format.command
Convert the Level to message.
PriorityFormatCommand() - Constructor for class net.sf.microlog.core.format.command.PriorityFormatCommand
 
Properties - Class in net.sf.microproperties
The Properties class is used for storing application properties.
Properties() - Constructor for class net.sf.microproperties.Properties
Create a Properties object with no default Properties object.
Properties(Properties) - Constructor for class net.sf.microproperties.Properties
Create a Properties object with a default Properties object.
PROPERTY_DELIMETER - Static variable in class net.sf.microlog.core.config.PropertyConfigurator
 
PROPERTY_NAMES - Static variable in class net.sf.microlog.core.appender.AbstractFileAppender
 
PROPERTY_NAMES - Static variable in class net.sf.microlog.core.appender.MemoryBufferAppender
 
PROPERTY_NAMES - Static variable in class net.sf.microlog.midp.appender.DatagramAppender
 
PROPERTY_NAMES - Static variable in class net.sf.microlog.midp.appender.RecordStoreAppender
 
PROPERTY_NAMES - Static variable in class net.sf.microlog.midp.appender.SerialAppender
 
PROPERTY_NAMES - Static variable in class net.sf.microlog.midp.appender.SocketAppender
 
PROPERTY_NAMES - Static variable in class net.sf.microlog.midp.wma.MMSBufferAppender
 
PROPERTY_NAMES - Static variable in class net.sf.microlog.midp.wma.SMSBufferAppender
 
PropertyConfigurator - Class in net.sf.microlog.core.config
This class is used to configure Microlog using a property file.
PropertyConfigurator() - Constructor for class net.sf.microlog.core.config.PropertyConfigurator
Create a ProperttConfigurator.
PropertyKeys - Class in net.sf.microlog.core.config
This class contains all the properties keys that are available for Microlog.
PropertyKeys() - Constructor for class net.sf.microlog.core.config.PropertyKeys
 

R

RECORD_STORE_DEFAULT_MAX_ENTRIES - Static variable in class net.sf.microlog.midp.appender.RecordStoreAppender
The number of default maximum log entries.
RECORD_STORE_DEFAULT_NAME - Static variable in class net.sf.microlog.midp.appender.RecordStoreAppender
The default RecordStore name
RECORD_STORE_MAX_ENTRIES_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The property to set for the maximum log entries.
RECORD_STORE_NAME_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The property to set for the RecordStore name.
RECORD_STORE_NAME_PROPERTY - Static variable in class net.sf.microlog.midp.appender.RecordStoreAppender
 
RecordStoreAppender - Class in net.sf.microlog.midp.appender
An Appender that appends the logging to the record store.
RecordStoreAppender() - Constructor for class net.sf.microlog.midp.appender.RecordStoreAppender
Create a RecordStoreAppender with the default name and limited record size.
RecordStoreLogExtractor - Class in net.sf.microlog.spot
A MIDlet that is used for viewing a log created with the RecordStoreAppender.
RecordStoreLogExtractor() - Constructor for class net.sf.microlog.spot.RecordStoreLogExtractor
 
RecordStoreLogLoader - Class in net.sf.microlog.midp
This class is used to load a log from the RecordStore, i.e. a log that is created with a RecordStoreAppender.
RecordStoreLogLoader() - Constructor for class net.sf.microlog.midp.RecordStoreLogLoader
Create a RecordStoreLogLoader.
RecordStoreLogLoader(Properties) - Constructor for class net.sf.microlog.midp.RecordStoreLogLoader
Create a RecordStoreLogLoader that uses the specified properties for setup.
RecordStoreLogViewer - Class in net.sf.microlog.midp
A MIDlet that is used for viewing a log created with the RecordStoreAppender.
RecordStoreLogViewer() - Constructor for class net.sf.microlog.midp.RecordStoreLogViewer
Create a RecordStoreLogViewer.
RecordStoreLogViewer.AbstractCommand - Class in net.sf.microlog.midp
The super class for all the Command objects.
RecordStoreLogViewer.AbstractCommand(String, int, int) - Constructor for class net.sf.microlog.midp.RecordStoreLogViewer.AbstractCommand
Create an AbstractCommand.
RecordStoreLogViewer.AbstractCommand(String, String, int, int) - Constructor for class net.sf.microlog.midp.RecordStoreLogViewer.AbstractCommand
Create an AbstractCommand.
RecordStoreLogViewer.ClearLogCommand - Class in net.sf.microlog.midp
A command that clears the log.
RecordStoreLogViewer.ClearLogCommand() - Constructor for class net.sf.microlog.midp.RecordStoreLogViewer.ClearLogCommand
Create a ClearLogCommand.
RecordStoreLogViewer.ExitCommand - Class in net.sf.microlog.midp
A command that exit the MIDlet.
RecordStoreLogViewer.ExitCommand() - Constructor for class net.sf.microlog.midp.RecordStoreLogViewer.ExitCommand
Create an PreferenceCancelCommand.
RecordStoreLogViewer.LoadLogCommand - Class in net.sf.microlog.midp
A command that loads the log.
RecordStoreLogViewer.LoadLogCommand() - Constructor for class net.sf.microlog.midp.RecordStoreLogViewer.LoadLogCommand
Create a LoadLogCommand object.
RecordStoreLogViewer.PreferenceCancelCommand - Class in net.sf.microlog.midp
Cancel the preferences.
RecordStoreLogViewer.PreferenceCancelCommand() - Constructor for class net.sf.microlog.midp.RecordStoreLogViewer.PreferenceCancelCommand
Create an PreferenceCancelCommand.
RecordStoreLogViewer.PreferenceCommand - Class in net.sf.microlog.midp
A command that moves us to the preference screen.
RecordStoreLogViewer.PreferenceCommand() - Constructor for class net.sf.microlog.midp.RecordStoreLogViewer.PreferenceCommand
Create an PreferenceCommand.
RecordStoreLogViewer.PreferenceOkCommand - Class in net.sf.microlog.midp
Accept the preferences.
RecordStoreLogViewer.PreferenceOkCommand() - Constructor for class net.sf.microlog.midp.RecordStoreLogViewer.PreferenceOkCommand
Create an PreferenceCancelCommand.
RecordStoreLogViewer.SwitchComparatorCommand - Class in net.sf.microlog.midp
Switch between RecordComparators.
RecordStoreLogViewer.SwitchComparatorCommand(RecordStoreLogViewer.AbstractCommand) - Constructor for class net.sf.microlog.midp.RecordStoreLogViewer.SwitchComparatorCommand
Create a SwitchComparatorCommand.
RELATIVE_TIME_CONVERSION_CHAR - Static variable in class net.sf.microlog.core.format.PatternFormatter
 
removeAddress(String) - Method in class net.sf.microlog.midp.wma.MMSBufferAppender
Removes the specified address.
removeAllAddreses() - Method in class net.sf.microlog.midp.wma.MMSBufferAppender
Remove all the addresses.
removeAllAppenders() - Method in class net.sf.microlog.core.Logger
Remove all the appenders.
removeAppender(Appender) - Method in class net.sf.microlog.core.Logger
Remove the specified appender from the appender list.
reset() - Method in interface net.sf.microlog.core.LoggerRepository
Reset the logger repository.
reset() - Method in class net.sf.microlog.core.StopWatch
Reset the StopWatch.
resetLogger() - Method in class net.sf.microlog.core.Logger
Reset the Logger, i.e. remove all appenders and set the log level to Level.ERROR.
resize(int) - Method in class net.sf.microlog.core.CyclicBuffer
Resize the buffer.
ROOT_LOGGER_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The key for setting the root logger.

S

save(OutputStream, String) - Method in class net.sf.microproperties.Properties
Save the properties to the specified outputStream.
SECURE_SOCKET_PROTOCOL_STRING - Static variable in class net.sf.microlog.midp.appender.SocketAppender
 
sendMessage(String) - Method in class net.sf.microlog.midp.appender.DatagramAppender
Send the message to the defined host.
SerialAppender - Class in net.sf.microlog.midp.appender
The SerialAppender uses a serial port ( CommConnection) to do the logging.
SerialAppender() - Constructor for class net.sf.microlog.midp.appender.SerialAppender
 
SERVER_NAME_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The key for setting the server name for the SocketAppender
SERVER_NAME_PROPERTY - Static variable in class net.sf.microlog.midp.appender.SocketAppender
 
SERVER_URL_STRING - Static variable in class net.sf.microlog.midp.bluetooth.BluetoothSerialAppender
 
setAddress(String) - Static method in class net.sf.microlog.midp.bluetooth.BluetoothRemoteDevice
 
setAppenderSpecificProperties(String, Properties, Appender) - Method in class net.sf.microlog.core.config.PropertyConfigurator
 
setBufferSize(int) - Method in class net.sf.microlog.midp.wma.AbstractMessageAppender
Get the buffer size, i.e. how many log messages that are stored.
setClientID(String) - Method in class net.sf.microlog.core.Logger
 
setComPort(String) - Method in class net.sf.microlog.midp.appender.SerialAppender
 
setConsole(PrintStream) - Method in class net.sf.microlog.core.appender.ConsoleAppender
Set the console that the output will be appended to.
setContentId(String) - Method in class net.sf.microlog.midp.wma.MMSBufferAppender
Set the content id for the message to be sent.
setContentLocation(String) - Method in class net.sf.microlog.midp.wma.MMSBufferAppender
Set the content location.
setDataOutputStream(DataOutputStream) - Method in class net.sf.microlog.midp.appender.SocketAppender
Set the DataOutputStream that shall be used for logging.
setDelimeter(String) - Method in class net.sf.microlog.core.format.SimpleFormatter
Set the delimiter that is used between the different fields when logging.
setEncoding(String) - Method in class net.sf.microlog.midp.appender.DatagramAppender
Set the encoding to be used when creating the byte array data that is sent in the Datagram.
setEncoding(String) - Method in class net.sf.microlog.midp.wma.MMSBufferAppender
Set the encoding for the message to be sent.
setFacility(byte) - Method in class net.sf.microlog.core.SyslogMessage
Set the facility that is used when sending message.
setFacility(byte) - Method in class net.sf.microlog.midp.appender.SyslogAppender
Set the facility that is used when sending message.
setFileName(String) - Method in class net.sf.microlog.core.appender.AbstractFileAppender
Set the filename of the logfile.
setFormatter(Formatter) - Method in class net.sf.microlog.core.appender.AbstractAppender
Set the Formatter object that is used for formatting the output.
setFormatter(Formatter) - Method in interface net.sf.microlog.core.Appender
Set the formatter to use.
setFormatter(Formatter) - Method in class net.sf.microlog.midp.appender.CanvasAppender
Sets the format used to represent the log strings
setHeader(boolean) - Method in class net.sf.microlog.core.SyslogMessage
Indicates whether the HEADER part of the message.
setHeader(boolean) - Method in class net.sf.microlog.midp.appender.SyslogAppender
Indicates whether the HEADER part of the message.
setHost(String) - Method in class net.sf.microlog.midp.appender.DatagramAppender
Set the host to connect to.
setHostname(String) - Method in class net.sf.microlog.core.SyslogMessage
Set the hostname to use for the HOSTNAME field of the syslog message.
setHostname(String) - Method in class net.sf.microlog.midp.appender.SyslogAppender
Set the hostname to use for the HOSTNAME field of the syslog message.
setLevel(String, Level) - Method in interface net.sf.microlog.core.LoggerRepository
Set the level on the specified part of the logging hierarchy.
setLineSeparator(String) - Method in class net.sf.microlog.core.appender.AbstractFileAppender
Set the line separator.
setLineSeparator(String) - Method in class net.sf.microlog.midp.wma.AbstractMessageAppender
Get the line separator used between each log message.
setLinger(int) - Method in class net.sf.microlog.midp.appender.SocketAppender
Set the socket option SocketConnection.LINGER.
setLogForm(Form) - Method in class net.sf.microlog.midp.appender.FormAppender
Set the Form that shall be used for logging.
setLogLevel(Level) - Method in class net.sf.microlog.core.Logger
Set the log level.
setMaxRecordEntries(int) - Method in class net.sf.microlog.midp.appender.RecordStoreAppender
Set the recordstore name to use for logging.
setMessageReceiver(String) - Method in class net.sf.microlog.midp.wma.SMSBufferAppender
Set the message receiver.
setMimeType(String) - Method in class net.sf.microlog.midp.wma.MMSBufferAppender
Set the mime type to be used for the message to be sent.
setPattern(String) - Method in class net.sf.microlog.core.format.PatternFormatter
Set the pattern that is when formatting.
setPort(int) - Method in class net.sf.microlog.midp.appender.DatagramAppender
Set the port that is used for the connection.
setPort(int) - Method in class net.sf.microlog.midp.appender.SocketAppender
Get the port that is used for the socket.
setPostURL(String) - Method in class net.sf.microlog.core.appender.AbstractHttpAppender
Set the URL that is used for posting the messages to the server.
setPrecisionSpecifier(int) - Method in class net.sf.microlog.core.format.command.CategoryFormatCommand
Set the precision specifier.
setPriority(String) - Method in class net.sf.microlog.midp.wma.MMSBufferAppender
Set the priority of the message to send.
setProperty(String, String) - Method in class net.sf.microlog.core.appender.AbstractAppender
 
setProperty(String, String) - Method in class net.sf.microlog.core.appender.AbstractFileAppender
 
setProperty(String, String) - Method in class net.sf.microlog.core.appender.MemoryBufferAppender
 
setProperty(String, String) - Method in interface net.sf.microlog.core.Appender
Set the specified property to the supplied value.
setProperty(String, String) - Method in class net.sf.microlog.core.format.PatternFormatter
 
setProperty(String, String) - Method in class net.sf.microlog.core.format.SimpleFormatter
 
setProperty(String, String) - Method in interface net.sf.microlog.core.Formatter
Set the specified property to the supplied value.
setProperty(String, String) - Method in class net.sf.microlog.midp.appender.CanvasAppender
 
setProperty(String, String) - Method in class net.sf.microlog.midp.appender.DatagramAppender
 
setProperty(String, String) - Method in class net.sf.microlog.midp.appender.FormAppender
 
setProperty(String, String) - Method in class net.sf.microlog.midp.appender.HttpAppender
 
setProperty(String, String) - Method in class net.sf.microlog.midp.appender.RecordStoreAppender
 
setProperty(String, String) - Method in class net.sf.microlog.midp.appender.SerialAppender
 
setProperty(String, String) - Method in class net.sf.microlog.midp.appender.SocketAppender
 
setProperty(String, String) - Method in class net.sf.microlog.midp.bluetooth.BluetoothSerialAppender
 
setProperty(String, String) - Method in class net.sf.microlog.midp.wma.MMSBufferAppender
 
setProperty(String, String) - Method in class net.sf.microlog.midp.wma.SMSBufferAppender
 
setProperty(String, String) - Method in class net.sf.microproperties.Properties
Set the property, with the specified key to the value.
setProtocol(String) - Method in class net.sf.microlog.midp.appender.SocketAppender
Get the protocol to be used for connection.
setRecordStoreName(String) - Method in class net.sf.microlog.midp.appender.RecordStoreAppender
Set the recordstore name to use for logging.
setRecordStoreName(String) - Method in class net.sf.microlog.midp.RecordStoreLogLoader
Set the name of the RecordStore.
setServerName(String) - Method in class net.sf.microlog.midp.appender.SocketAppender
Set the server name.
setSeverity(byte) - Method in class net.sf.microlog.core.SyslogMessage
Get the severity at which the message shall be sent.
setSeverity(byte) - Method in class net.sf.microlog.midp.appender.SyslogAppender
Get the severity at which the message shall be sent.
setSocketConnection(SocketConnection) - Method in class net.sf.microlog.midp.appender.SocketAppender
Set the SocketConnection to use.
setSubject(String) - Method in class net.sf.microlog.midp.wma.MMSBufferAppender
Set the subject of the message.
setTag(String) - Method in class net.sf.microlog.core.SyslogMessage
Set the tag that is used for the TAG field in the MSG part of the message.
setTag(String) - Method in class net.sf.microlog.midp.appender.SyslogAppender
Set the tag that is used for the TAG field in the MSG part of the message.
setTriggerLevel(Level) - Method in class net.sf.microlog.midp.wma.AbstractMessageAppender
Get the level which should trigger sending an SMS.
SEVERITY_ALERT - Static variable in class net.sf.microlog.core.SyslogMessage
 
SEVERITY_CRITICAL - Static variable in class net.sf.microlog.core.SyslogMessage
 
SEVERITY_DEBUG - Static variable in class net.sf.microlog.core.SyslogMessage
 
SEVERITY_EMERGENCY - Static variable in class net.sf.microlog.core.SyslogMessage
 
SEVERITY_ERROR - Static variable in class net.sf.microlog.core.SyslogMessage
 
SEVERITY_INFORMATIONAL - Static variable in class net.sf.microlog.core.SyslogMessage
 
SEVERITY_NOTICE - Static variable in class net.sf.microlog.core.SyslogMessage
 
SEVERITY_WARNING - Static variable in class net.sf.microlog.core.SyslogMessage
 
showInfoAlert(String, Throwable) - Method in class net.sf.microlog.midp.RecordStoreLogViewer
Show an information alert.
shutdownLoggingService() - Method in class net.sf.microlog.midp.bluetooth.BluetoothSerialAppender
 
SimpleFormatter - Class in net.sf.microlog.core.format
A simple formatter that only outputs the level, the message and the Throwable object if available.
SimpleFormatter() - Constructor for class net.sf.microlog.core.format.SimpleFormatter
Create a SimpleFormatter.
SIZE_UNDEFINED - Static variable in interface net.sf.microlog.core.Appender
Size returned if log size cannot be determined.
SMSBufferAppender - Class in net.sf.microlog.midp.wma
Log messages into a buffer and send it as an SMS (TextMessage) when triggered.
SMSBufferAppender() - Constructor for class net.sf.microlog.midp.wma.SMSBufferAppender
The default constructor for SMSBufferAppender.
SOCKET_PORT_PROPERTY - Static variable in class net.sf.microlog.midp.appender.SocketAppender
 
SOCKET_PROTOCOL_STRING - Static variable in class net.sf.microlog.midp.appender.SocketAppender
 
SocketAppender - Class in net.sf.microlog.midp.appender
This appender writes to a socket, using a SocketConnection or a SecureSocketConnection.
SocketAppender() - Constructor for class net.sf.microlog.midp.appender.SocketAppender
 
start() - Method in class net.sf.microlog.core.StopWatch
Start the StopWatch.
startApp() - Method in class net.sf.microlog.midp.RecordStoreLogViewer
Start the MIDlet.
startApp() - Method in class net.sf.microlog.spot.RecordStoreLogExtractor
Start the MIDlet.
stop() - Method in class net.sf.microlog.core.StopWatch
Stop the StopWatch.
STOP_LOGGING_COMMAND_STRING - Static variable in class net.sf.microlog.core.MicrologConstants
 
StopWatch - Class in net.sf.microlog.core
A class that works as a stop watch.
StopWatch() - Constructor for class net.sf.microlog.core.StopWatch
 
SUBJECT_KEY - Static variable in class net.sf.microlog.core.config.PropertyKeys
The key for setting the subject for the MMSBufferAppender.
SUBJECT_PROPERTY - Static variable in class net.sf.microlog.midp.wma.MMSBufferAppender
 
switchSortOrder() - Method in class net.sf.microlog.midp.RecordStoreLogLoader
 
SyslogAppender - Class in net.sf.microlog.midp.appender
This Appender is used for sending the log messages to a syslog daemon.
SyslogAppender() - Constructor for class net.sf.microlog.midp.appender.SyslogAppender
Create a SyslogAppender with the default port for syslog (514).
SyslogMessage - Class in net.sf.microlog.core
The SyslogMessage represent a syslog message.
SyslogMessage() - Constructor for class net.sf.microlog.core.SyslogMessage
 

T

TEN - Static variable in class net.sf.microlog.core.MicrologConstants
 
THREAD_CONVERSION_CHAR - Static variable in class net.sf.microlog.core.format.PatternFormatter
 
ThreadFormatCommand - Class in net.sf.microlog.core.format.command
A converter that is used for printing the current thread name.
ThreadFormatCommand() - Constructor for class net.sf.microlog.core.format.command.ThreadFormatCommand
 
THROWABLE_CONVERSION_CHAR - Static variable in class net.sf.microlog.core.format.PatternFormatter
 
ThrowableFormatCommand - Class in net.sf.microlog.core.format.command
Converts the Throwable to a message.
ThrowableFormatCommand() - Constructor for class net.sf.microlog.core.format.command.ThrowableFormatCommand
 
TimeFormatCommand - Class in net.sf.microlog.core.format.command
 
TimeFormatCommand() - Constructor for class net.sf.microlog.core.format.command.TimeFormatCommand
 
toInt() - Method in class net.sf.microlog.core.Level
Return the integer level for this Level.
toString() - Method in class net.sf.microlog.core.Level
Return a String representation for this Level.
toString() - Method in class net.sf.microlog.core.Logger
 
toString() - Method in class net.sf.microlog.core.StopWatch
 
totalSize() - Method in class net.sf.microlog.midp.file.FileAppender
Get the total size.
TRACE - Static variable in class net.sf.microlog.core.Level
 
trace(Object) - Method in class net.sf.microlog.core.Logger
Log the message at Level.TRACE level.
trace(Object, Throwable) - Method in class net.sf.microlog.core.Logger
Log the message and the Throwable object at Level.TRACE.
TRACE_INT - Static variable in class net.sf.microlog.core.Level
 
TRACE_STRING - Static variable in class net.sf.microlog.core.Level
 

U

usedSize() - Method in class net.sf.microlog.midp.file.FileAppender
Get the used size.
USER_FORMAT - Static variable in class net.sf.microlog.core.format.command.DateFormatCommand
 

W

WARN - Static variable in class net.sf.microlog.core.Level
 
warn(Object) - Method in class net.sf.microlog.core.Logger
Log the specified message at Level.WARN level.
warn(Object, Throwable) - Method in class net.sf.microlog.core.Logger
Log the specified message and Throwable object at Level.WARN level.
WARN_INT - Static variable in class net.sf.microlog.core.Level
 
WARN_STRING - Static variable in class net.sf.microlog.core.Level
 

A B C D E F G H I J K L M N O P R S T U W

Copyright © 2005-2009 SourceForge.net Microlog. All Rights Reserved.