- Log - Class in marquee.xmlrpc.util
-
A simple logging service that may be backed up with various storage devices and other
types of logging devices (like the console or a socket).
- Log() - Constructor for class marquee.xmlrpc.util.Log
-
- Log.DefaultLogBackEnd - Class in marquee.xmlrpc.util
-
The default back end sends information to the console.
- Log.DefaultLogBackEnd() - Constructor for class marquee.xmlrpc.util.Log.DefaultLogBackEnd
-
- LOG_FILE - Static variable in class marquee.xmlrpc.util.Log.DefaultLogBackEnd
-
Shall we extract file name information from exceptions?
- LOG_THREAD - Static variable in class marquee.xmlrpc.util.Log.DefaultLogBackEnd
-
Shall we log the calling thread name?
- LOG_TIME - Static variable in class marquee.xmlrpc.util.Log.DefaultLogBackEnd
-
Shall we log the time?
- LogBackEnd - Interface in marquee.xmlrpc.util
-
LogBackEnds may be registered with the Log class to receive log messages.