| Package | Description |
|---|---|
| org.mmbase.applications.vprowizards.spring.action | |
| org.mmbase.applications.vprowizards.spring.util | |
| org.mmbase.bridge.jsp.taglib.pageflow | |
| org.mmbase.module.gui.flash | |
| org.mmbase.servlet |
MMBase is based on servlets.
|
| org.mmbase.streams.createcaches | |
| org.mmbase.streams.download | |
| org.mmbase.streams.transcoders | |
| org.mmbase.util | |
| org.mmbase.util.logging |
The MMBase logging infrastructure.
|
| org.mmbase.util.logging.commons | |
| org.mmbase.util.logging.commons.impl | |
| org.mmbase.util.logging.java |
Classes related to the java.util.logging package (new in java 1.4).
|
| org.mmbase.util.logging.log4j | |
| org.mmbase.util.xml.applicationdata |
| Modifier and Type | Field and Description |
|---|---|
static Logger |
SortRelationAction.log |
| Modifier and Type | Field and Description |
|---|---|
(package private) Logger |
OptionlistBean.log |
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
CompareTag.log |
| Modifier and Type | Field and Description |
|---|---|
(package private) static Logger |
MMFlash.log |
| Modifier and Type | Field and Description |
|---|---|
(package private) static Logger |
SimpleFormToMailServlet.log
Deprecated.
|
protected static Logger |
JamesServlet.pageLog |
| Modifier and Type | Method and Description |
|---|---|
Logger |
Job.getLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
Downloader.setLogger(Logger l) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnalyzerLogger
A Logger which only wraps a
Analyzer to analyze the logs. |
class |
ErrorDetector
Reads log and watches for error patterns.
|
| Modifier and Type | Field and Description |
|---|---|
static Logger |
AnalyzerLogger.LOG |
static Logger |
ErrorDetector.LOG |
| Modifier and Type | Method and Description |
|---|---|
void |
SegmenterAnalyzer.addLogger(Logger logger) |
void |
FFMpeg2TheoraAnalyzer.addLogger(Logger logger) |
void |
FFMpegAnalyzer.addLogger(Logger logger) |
void |
Analyzer.addLogger(Logger l) |
void |
ChainedAnalyzer.addLogger(Logger l) |
void |
MockAnalyzer.addLogger(Logger logger) |
void |
MockRecognizer.analyze(URI in,
Logger logger) |
void |
Recognizer.analyze(URI in,
Logger logger) |
void |
FFMpegRecognizer.analyze(URI in,
Logger logger) |
protected LoggerWriter |
SegmenterTranscoder.getErrorWriter(Logger log) |
protected LoggerWriter |
FFMpegTranscoder.getErrorWriter(Logger log) |
protected LoggerWriter |
CommandTranscoder.getErrorWriter(Logger log) |
protected LoggerWriter |
FFMpegSegmenterTranscoder.getErrorWriter(Logger log) |
protected LoggerWriter |
FFMpeg2TheoraTranscoder.getErrorWriter(Logger l) |
protected LoggerWriter |
SegmenterTranscoder.getOutputWriter(Logger log) |
protected LoggerWriter |
FFMpegTranscoder.getOutputWriter(Logger log) |
protected LoggerWriter |
CommandTranscoder.getOutputWriter(Logger log) |
protected LoggerWriter |
FFMpegSegmenterTranscoder.getOutputWriter(Logger log) |
protected void |
InfiniteTranscoder.transcode(Logger log) |
protected void |
CommandTranscoder.transcode(Logger log) |
protected void |
MockTranscoder.transcode(Logger log) |
protected abstract void |
AbstractTranscoder.transcode(Logger log) |
void |
RecognizerTranscoder.transcode(URI in,
URI out,
Logger log) |
void |
Transcoder.transcode(URI in,
URI out,
Logger logger)
Transcode a file to another, follow the process with a logger.
|
void |
AbstractTranscoder.transcode(URI in,
URI out,
Logger log) |
| Constructor and Description |
|---|
AnalyzerUtils(Logger... loggers) |
| Modifier and Type | Field and Description |
|---|---|
(package private) static Logger |
RFC1123.log |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSimpleImpl
Base class for simple Logger implementations (no patterns and so
on).
|
class |
BufferedLogger
A Logger that buffers in memory, and on request logs again to a certain other logger.
|
class |
ChainedLogger
Straight forward implemented which simply delegates every log-statement to a list of other other loggers.
|
class |
ExceptionImpl
A very simple implementation of Logger.
|
class |
LoggerWrapper
Wraps a logger instance.
|
class |
SimpleImpl
A very simple implementation of Logger.
|
class |
SimpleTimeStampImpl
Like SimpleImpl, but also adds timestamps.
|
class |
WriterLogger
A Logger which writes everything logged to it to a given Writer.
|
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
LoggerWriter.logger |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
Logging.getLoggerInstance(Class<?> cl)
Most Logger categories in MMBase are based on class name.
|
static Logger |
Logging.getLoggerInstance(String s)
After configuring the logging system, you can get Logger instances to log with.
|
(package private) Logger |
LoggerWrapper.setLogger(Logger log) |
| Modifier and Type | Method and Description |
|---|---|
List<Logger> |
ChainedLogger.getLoggers() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoggerAccepter.addLogger(Logger l) |
ChainedLogger |
ChainedLogger.addLogger(Logger l) |
boolean |
LoggerAccepter.containsLogger(Logger l) |
boolean |
ChainedLogger.containsLogger(Logger l) |
(package private) static double |
Performance.doCase(Logger log) |
(package private) static double |
Performance.doCaseDelayed(Logger log) |
(package private) static double |
Performance.doCaseIfDebug(Logger log) |
static boolean |
Logging.isEnabled(Level l,
Logger log)
Utility method for dynamicly checking the 'enabled'ness of a logger on a given level.
|
static void |
Logging.log(Level l,
Logger log,
String mes)
Utility method for dynamicly determin the level of logging.
|
void |
BufferedLogger.reLog(Logger log,
boolean clear,
Date after) |
boolean |
LoggerAccepter.removeLogger(Logger l) |
boolean |
ChainedLogger.removeLogger(Logger l) |
(package private) Logger |
LoggerWrapper.setLogger(Logger log) |
| Constructor and Description |
|---|
ChainedLogger(Logger... ls) |
JavaScriptErrorReporter(Logger log) |
LoggerWrapper(Logger log,
String name) |
LoggerWriter(Logger log,
Level lev) |
LoggerWriter(Logger log,
Level lev,
String p) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsLog
Commons logging for MMBase, contains a single Log instance
|
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
MMBaseLogger.logger |
| Constructor and Description |
|---|
MMBaseLogger(Logger logger)
creates a new adaptor
|
| Modifier and Type | Class and Description |
|---|---|
class |
Impl
Since java 1.4 there is a Logger implemented in java itself; this MMBase Logger implementation
delegates all logging to this java framework.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Logger |
MMBaseLogger.log |
| Constructor and Description |
|---|
MMBaseLogger(Logger log)
Instantiated a java Logger wich logs to the given MMBase logger.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Log4jImpl
This Logger implementation extends the Logger class from the log4j
project (version >= 1.2).
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ContextDepthDataWriter.writeContext(ApplicationReader app,
ContextDepthDataReader capp,
String targetpath,
MMBase mmb,
Logger logger)
Writes an application's nodes, according to that application's contexts, to a path.
|
static void |
FullBackupDataWriter.writeContext(ApplicationReader reader,
String targetPath,
MMBase mmbase,
Logger logger)
Writes all nodes to XML.
|
(package private) static void |
ContextDepthDataWriter.writeDataSources(ApplicationReader app,
HashSet<Integer> nodes,
String targetpath,
MMBase mmb,
Logger logger)
Writes the required datasources to their corresponding xml files by calling writeNodes()
|
(package private) static void |
ContextDepthDataWriter.writeNodes(ApplicationReader app,
HashSet<Integer> nodes,
String targetpath,
MMBase mmb,
Logger logger,
boolean isRelation)
Writes the nodes to their corresponding xml files
|
(package private) static void |
FullBackupDataWriter.writeNodes(String subTargetPath,
MMBase mmbase,
Logger logger)
Searches the MMBase cloud, collecting all nodes and storing them in data files.
|
(package private) static void |
FullBackupDataWriter.writeNodes(String subTargetPath,
MMBase mmbase,
Logger logger,
MMObjectBuilder builder,
List<MMObjectNode> nodes,
boolean isRelation)
Writes the nodes of a particular type to the corresponding XML file.
|
(package private) static void |
ContextDepthDataWriter.writeRelationSources(ApplicationReader app,
HashSet<Integer> nodes,
String targetpath,
MMBase mmb,
Logger logger)
Writes the required relation sources to their corresponding xml files by calling writeNodes()
|
void |
ApplicationWriter.writeToPath(String targetPath,
Logger logger)
Generates the documents for this application and store it as a set of files in the given path.
|
| Constructor and Description |
|---|
NodeWriter(MMBase mmb,
Logger logger,
String directory,
String builderName,
boolean isRelationNode)
Constructor, opens the initial xml file and writes a header.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}