svn commit: r618 - in logback/trunk/logback-core/src/main/java/ch/qos/logback/core: . boolex db db/dialect filter helpers html joran net pattern spi status util

Author: seb Date: Wed Oct 4 17:18:12 2006 New Revision: 618 Added: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/boolex/package.html logback/trunk/logback-core/src/main/java/ch/qos/logback/core/db/dialect/package.html logback/trunk/logback-core/src/main/java/ch/qos/logback/core/db/package.html logback/trunk/logback-core/src/main/java/ch/qos/logback/core/filter/package.html logback/trunk/logback-core/src/main/java/ch/qos/logback/core/helpers/package.html logback/trunk/logback-core/src/main/java/ch/qos/logback/core/html/package.html logback/trunk/logback-core/src/main/java/ch/qos/logback/core/joran/package.html logback/trunk/logback-core/src/main/java/ch/qos/logback/core/net/package.html logback/trunk/logback-core/src/main/java/ch/qos/logback/core/package.html logback/trunk/logback-core/src/main/java/ch/qos/logback/core/pattern/package.html logback/trunk/logback-core/src/main/java/ch/qos/logback/core/spi/package.html logback/trunk/logback-core/src/main/java/ch/qos/logback/core/status/package.html logback/trunk/logback-core/src/main/java/ch/qos/logback/core/util/package.html Log: added package.html files Added: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/boolex/package.html ============================================================================== --- (empty file) +++ logback/trunk/logback-core/src/main/java/ch/qos/logback/core/boolex/package.html Wed Oct 4 17:18:12 2006 @@ -0,0 +1,17 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> + +<html> + <head> + <title></title> + </head> + + <body> + + <p>Contains the EventEvaluator interface and subclasses.</p> + + <p>EventEvaluator is subclassed by JaninoEventEvaluatorBase. + Specific subclasses can be found in logback modules. + </p> + + </body> +</html> \ No newline at end of file Added: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/db/dialect/package.html ============================================================================== --- (empty file) +++ logback/trunk/logback-core/src/main/java/ch/qos/logback/core/db/dialect/package.html Wed Oct 4 17:18:12 2006 @@ -0,0 +1,14 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> + +<html> + <head> + <title></title> + </head> + + <body> + + <p>Contains the dialect classes used by logback to log to different databases, and the + SQL scripts to created the necessary tables.</p> + + </body> +</html> \ No newline at end of file Added: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/db/package.html ============================================================================== --- (empty file) +++ logback/trunk/logback-core/src/main/java/ch/qos/logback/core/db/package.html Wed Oct 4 17:18:12 2006 @@ -0,0 +1,18 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> + +<html> + <head> + <title></title> + </head> + + <body> + + <p>Contains the base classes that are used by logback to append LoggingEvent objects + to a database.</p> + + <p>It also contains helper classes and dialect classes, to allow logback + to log to different database types. + </p> + + </body> +</html> \ No newline at end of file Added: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/filter/package.html ============================================================================== --- (empty file) +++ logback/trunk/logback-core/src/main/java/ch/qos/logback/core/filter/package.html Wed Oct 4 17:18:12 2006 @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> + +<html> + <head> + <title></title> + </head> + + <body> + + <p>Contains base classes to the event filtering functionnalities of logback.</p> + + </body> +</html> \ No newline at end of file Added: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/helpers/package.html ============================================================================== --- (empty file) +++ logback/trunk/logback-core/src/main/java/ch/qos/logback/core/helpers/package.html Wed Oct 4 17:18:12 2006 @@ -0,0 +1,14 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> + +<html> + <head> + <title></title> + </head> + + <body> + + <p>Helpers package.</p> + + + </body> +</html> \ No newline at end of file Added: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/html/package.html ============================================================================== --- (empty file) +++ logback/trunk/logback-core/src/main/java/ch/qos/logback/core/html/package.html Wed Oct 4 17:18:12 2006 @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> + +<html> + <head> + <title></title> + </head> + + <body> + + <p>Contains the base classes needed to format logging events to HTML.</p> + + </body> +</html> \ No newline at end of file Added: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/joran/package.html ============================================================================== --- (empty file) +++ logback/trunk/logback-core/src/main/java/ch/qos/logback/core/joran/package.html Wed Oct 4 17:18:12 2006 @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> + +<html> + <head> + <title></title> + </head> + + <body> + + <p>Contains Joran configuration classes.</p> + + </body> +</html> \ No newline at end of file Added: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/net/package.html ============================================================================== --- (empty file) +++ logback/trunk/logback-core/src/main/java/ch/qos/logback/core/net/package.html Wed Oct 4 17:18:12 2006 @@ -0,0 +1,17 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> + +<html> +<head> +<title></title> +</head> + +<body> + +<p>Contains the base classes used by logback to log to remote +destinations.</p> + +<p>SMTPAppender logs events and sends an email when appropriate. +SyslogAppender logs to a Syslog deamon.</p> + +</body> +</html> Added: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/package.html ============================================================================== --- (empty file) +++ logback/trunk/logback-core/src/main/java/ch/qos/logback/core/package.html Wed Oct 4 17:18:12 2006 @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> + +<html> + <head> + <title></title> + </head> + + <body> + + <p>Contains the main classes of logback core.</p> + + </body> +</html> \ No newline at end of file Added: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/pattern/package.html ============================================================================== --- (empty file) +++ logback/trunk/logback-core/src/main/java/ch/qos/logback/core/pattern/package.html Wed Oct 4 17:18:12 2006 @@ -0,0 +1,17 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> + +<html> + <head> + <title></title> + </head> + + <body> + + <p>Contains the base classes used by PatternLayout.</p> + + <p>These classes lay the groundwork so that subclasses of PatternLayoutBase + can use module-specific patterns. + </p> + + </body> +</html> \ No newline at end of file Added: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/spi/package.html ============================================================================== --- (empty file) +++ logback/trunk/logback-core/src/main/java/ch/qos/logback/core/spi/package.html Wed Oct 4 17:18:12 2006 @@ -0,0 +1,15 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> + +<html> +<head> +<title></title> +</head> + +<body> + +<p>Contains core functionnalities of logback, such as +@link{ch.qos.logback.core.spi.AppenderAttachable} and +@link{ch.qos.logback.core.spi.LifeCycle}.</p> + +</body> +</html> Added: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/status/package.html ============================================================================== --- (empty file) +++ logback/trunk/logback-core/src/main/java/ch/qos/logback/core/status/package.html Wed Oct 4 17:18:12 2006 @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> + +<html> +<head> +<title></title> +</head> + +<body> + +<p>Contains logback's internal error reporting system.</p> + +</body> +</html> Added: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/util/package.html ============================================================================== --- (empty file) +++ logback/trunk/logback-core/src/main/java/ch/qos/logback/core/util/package.html Wed Oct 4 17:18:12 2006 @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> + +<html> +<head> +<title></title> +</head> + +<body> + +<p>Contains various utility classes.</p> + +</body> +</html>
participants (1)
-
noreply.seb@qos.ch