Modified: logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx.html?rev=642326&r1=642325&r2=642326&view=diff ============================================================================== --- logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx.html (original) +++ logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx.html Fri Mar 28 11:36:20 2008 @@ -187,10 +187,34 @@ typedef logstream_base &(* logstream_manipulator )(logstream_base &)

Functions

LOG4CXX_PTR_DEF (Appender) + + LOG4CXX_LIST_DEF (AppenderList, AppenderPtr) + + LOG4CXX_PTR_DEF (AsyncAppender) + + LOG4CXX_PTR_DEF (ConsoleAppender) + + LOG4CXX_PTR_DEF (DailyRollingFileAppender) +  LOG4CXX_PTR_DEF (FileAppender)  LOG4CXX_PTR_DEF (HTMLLayout) + LOG4CXX_PTR_DEF (Layout) + + LOG4CXX_PTR_DEF (Level) + + smart pointer to a Level instance
LOG4CXX_PTR_DEF (Logger) + + smart pointer to a Logger class
LOG4CXX_LIST_DEF (LoggerList, LoggerPtr) + + LOG4CXX_PTR_DEF (PatternLayout) + + LOG4CXX_PTR_DEF (RollingFileAppender) +  LOG4CXX_PTR_DEF (SimpleLayout)  LOG4CXX_PTR_DEF (TTCCLayout) @@ -499,6 +523,80 @@

Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + +
LOG4CXX_LIST_DEF LoggerList ,
LoggerPtr 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + + + + + + + + + + +
log4cxx::LOG4CXX_LIST_DEF AppenderList ,
AppenderPtr 
+
+ + + + + +
+   + + +

+

@@ -583,6 +681,150 @@
+

+ + + + +
+ + + + + + + + + +
log4cxx::LOG4CXX_PTR_DEF RollingFileAppender   ) 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::LOG4CXX_PTR_DEF PatternLayout   ) 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::LOG4CXX_PTR_DEF Logger   ) 
+
+ + + + + +
+   + + +

+smart pointer to a Logger class +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::LOG4CXX_PTR_DEF Level   ) 
+
+ + + + + +
+   + + +

+smart pointer to a Level instance +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::LOG4CXX_PTR_DEF Layout   ) 
+
+ + + + + +
+   + + +

+

@@ -620,6 +862,118 @@ + + + + +
log4cxx::LOG4CXX_PTR_DEF FileAppender   ) 
+ + + + + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::LOG4CXX_PTR_DEF DailyRollingFileAppender   ) 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::LOG4CXX_PTR_DEF ConsoleAppender   ) 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::LOG4CXX_PTR_DEF AsyncAppender   ) 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + Modified: logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx_1_1helpers.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx_1_1helpers.html?rev=642326&r1=642325&r2=642326&view=diff ============================================================================== --- logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx_1_1helpers.html (original) +++ logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx_1_1helpers.html Fri Mar 28 11:36:20 2008 @@ -139,6 +139,23 @@ + + + + + + + + + + + + + + + + + @@ -233,30 +250,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - @@ -331,9 +324,7 @@ - - - + @@ -347,16 +338,34 @@ + + + + + + + + + + + + + + + + + + @@ -377,10 +386,24 @@ + + + + + + + + + + + + + + @@ -416,13 +439,13 @@
log4cxx::LOG4CXX_PTR_DEF Appender   ) 
class  IllegalStateException
class  SocketException
 Thrown to indicate that there is an error in the underlying protocol, such as a TCP error. More...
class  ConnectException
 Signals that an error occurred while attempting to connect a socket to a remote address and port. More...
class  ClosedChannelException
class  BindException
 Signals that an error occurred while attempting to bind a socket to a local address and port. More...
class  InterruptedIOException
 Signals that an I/O operation has been interrupted. More...
class  SocketTimeoutException
 Signals that an I/O operation has been interrupted. More...
class  FileInputStream
 InputStream implemented on top of APR file IO. More...
 Concrete class for formatting and parsing dates in a locale-sensitive manner. More...
class  Socket
class  SocketException
 Thrown to indicate that there is an error in the underlying protocol, such as a TCP error. More...
class  SocketMessageTooLargeException
 Thrown if an incoming message is too large. More...
class  PlatformSocketException
 Thrown to indicate that there is an error in the underlying protocol, such as a TCP error. More...
class  ConnectException
 Signals that an error occurred while attempting to connect a socket to a remote address and port. More...
class  BindException
 Signals that an error occurred while attempting to bind a socket to a local address and port. More...
class  InterruptedIOException
 Signals that an I/O operation has been interrupted. More...
class  SocketTimeoutException
 Signals that a timeout has occurred on a socket read or accept. More...
class  SocketImpl
 Default Socket Implementation. More...
class  SocketOutputStream
class  StrftimeDateFormat
typedef ObjectPtrT< ObjectObjectPtr
typedef void log4cxx_thread_t
typedef void *(* Runnable )(log4cxx_thread_t *thread, void *data)
typedef void *(* Runnable )(apr_thread_t *thread, void *data)
typedef helpers::ObjectPtrT<
XMLDOMNode
XMLDOMNodePtr
typedef ObjectPtrT< ObjectOutputStreamObjectOutputStreamPtr

Functions

 LOG4CXX_PTR_DEF (AppenderAttachableImpl)
 LOG4CXX_PTR_DEF (BufferedOutputStream)
 LOG4CXX_PTR_DEF (ByteArrayInputStream)
 LOG4CXX_PTR_DEF (ByteArrayOutputStream)
 LOG4CXX_PTR_DEF (CharsetDecoder)
 LOG4CXX_PTR_DEF (CharsetEncoder)
 LOG4CXX_PTR_DEF (DatagramPacket)
 LOG4CXX_PTR_DEF (DatagramSocket)
 LOG4CXX_PTR_DEF (Date)
 LOG4CXX_PTR_DEF (DateFormat)
 LOG4CXX_PTR_DEF (FileInputStream)
 LOG4CXX_PTR_DEF (FileOutputStream)
 LOG4CXX_PTR_DEF (InetAddress)
 LOG4CXX_LIST_DEF (InetAddressList, InetAddressPtr)
 LOG4CXX_PTR_DEF (InputStream)
 LOG4CXX_PTR_DEF (InputStreamReader)
 LOG4CXX_PTR_DEF (Object)
 LOG4CXX_PTR_DEF (ObjectOutputStream)
 LOG4CXX_PTR_DEF (OutputStream)
 LOG4CXX_PTR_DEF (OutputStreamWriter)
 LOG4CXX_PTR_DEF (PropertyResourceBundle)
 LOG4CXX_PTR_DEF (Reader)
 LOG4CXX_PTR_DEF (ResourceBundle)
 LOG4CXX_PTR_DEF (Socket)
 LOG4CXX_PTR_DEF (SocketOutputStream)
 LOG4CXX_PTR_DEF (TimeZone)
 LOG4CXX_PTR_DEF (Writer)
 LOG4CXX_PTR_DEF (XMLDOMNode)
-

+

@@ -439,13 +462,13 @@
- +
typedef void log4cxx_thread_t typedef ObjectPtrT<ObjectOutputStream> ObjectOutputStreamPtr
-

+

@@ -508,13 +531,13 @@
- +
typedef ObjectPtrT<ObjectOutputStream> ObjectOutputStreamPtr typedef ObjectPtrT<Object> ObjectPtr
-

+

@@ -531,13 +554,13 @@
- +
typedef ObjectPtrT<Object> ObjectPtr typedef void*( * Runnable)(apr_thread_t *thread, void *data)
-

+

@@ -554,13 +577,13 @@
- +
typedef void*( * Runnable)(log4cxx_thread_t *thread, void *data) typedef helpers::ObjectPtrT<XMLDOMDocument> XMLDOMDocumentPtr
-

+

@@ -577,13 +600,13 @@
- +
typedef helpers::ObjectPtrT<XMLDOMDocument> XMLDOMDocumentPtr typedef helpers::ObjectPtrT<XMLDOMNodeList> XMLDOMNodeListPtr
-

+

@@ -600,13 +623,28 @@
- +
typedef helpers::ObjectPtrT<XMLDOMNodeList> XMLDOMNodeListPtr typedef helpers::ObjectPtrT<XMLDOMNode> XMLDOMNodePtr
-

+


Function Documentation

+

@@ -623,7 +661,6 @@
- + + + + + + + + + + + + + + +
typedef helpers::ObjectPtrT<XMLDOMNode> XMLDOMNodePtr log4cxx::helpers::LOG4CXX_LIST_DEF InetAddressList ,
InetAddressPtr 
-


Function Documentation

@@ -764,6 +801,118 @@
+

+ + + + +
+ + + + + + + + + +
log4cxx::helpers::LOG4CXX_PTR_DEF TimeZone   ) 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::helpers::LOG4CXX_PTR_DEF SocketOutputStream   ) 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::helpers::LOG4CXX_PTR_DEF Socket   ) 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::helpers::LOG4CXX_PTR_DEF ResourceBundle   ) 
+
+ + + + + +
+   + + +

+

@@ -820,6 +969,90 @@
+

+ + + + +
+ + + + + + + + + +
log4cxx::helpers::LOG4CXX_PTR_DEF OutputStreamWriter   ) 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::helpers::LOG4CXX_PTR_DEF OutputStream   ) 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::helpers::LOG4CXX_PTR_DEF ObjectOutputStream   ) 
+
+ + + + + +
+   + + +

+

@@ -932,6 +1165,34 @@
+

+ + + + +
+ + + + + + + + + +
log4cxx::helpers::LOG4CXX_PTR_DEF InetAddress   ) 
+
+ + + + + +
+   + + +

+

@@ -988,6 +1249,34 @@
+

+ + + + +
+ + + + + + + + + +
log4cxx::helpers::LOG4CXX_PTR_DEF DateFormat   ) 
+
+ + + + + +
+   + + +

+

@@ -1053,6 +1342,174 @@ + + + + +
log4cxx::helpers::LOG4CXX_PTR_DEF DatagramPacket   ) 
+

+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::helpers::LOG4CXX_PTR_DEF CharsetEncoder   ) 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::helpers::LOG4CXX_PTR_DEF CharsetDecoder   ) 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::helpers::LOG4CXX_PTR_DEF ByteArrayOutputStream   ) 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::helpers::LOG4CXX_PTR_DEF ByteArrayInputStream   ) 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::helpers::LOG4CXX_PTR_DEF BufferedOutputStream   ) 
+
+ + + + + +
+   + + +

+

+

+ + + + + + + +
+ + + + + Modified: logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx_1_1net.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx_1_1net.html?rev=642326&r1=642325&r2=642326&view=diff ============================================================================== --- logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx_1_1net.html (original) +++ logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx_1_1net.html Fri Mar 28 11:36:20 2008 @@ -73,6 +73,8 @@ + +
log4cxx::helpers::LOG4CXX_PTR_DEF AppenderAttachableImpl   ) 
 LOG4CXX_PTR_DEF (SyslogAppender)
 LOG4CXX_PTR_DEF (TelnetAppender)
 LOG4CXX_PTR_DEF (XMLSocketAppender)
@@ -86,6 +88,34 @@
log4cxx::net::LOG4CXX_PTR_DEF XMLSocketAppender   ) 
+ + + + + + + + +
+   + + +

+

+

+ + +
+ + + + + Modified: logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx_1_1pattern.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx_1_1pattern.html?rev=642326&r1=642325&r2=642326&view=diff ============================================================================== --- logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx_1_1pattern.html (original) +++ logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx_1_1pattern.html Fri Mar 28 11:36:20 2008 @@ -137,6 +137,10 @@ + + + +
log4cxx::net::LOG4CXX_PTR_DEF TelnetAppender   ) 
 LOG4CXX_PTR_DEF (LoggingEventPatternConverter)
 LOG4CXX_PTR_DEF (NameAbbreviator)
 LOG4CXX_PTR_DEF (PatternConverter)

Typedef Documentation

@@ -232,6 +236,62 @@


Function Documentation

+

+ + + + +
+ + + + + + + + + +
log4cxx::pattern::LOG4CXX_PTR_DEF PatternConverter   ) 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::pattern::LOG4CXX_PTR_DEF NameAbbreviator   ) 
+
+ + + + + +
+   + + +

+

Modified: logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx_1_1rolling.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx_1_1rolling.html?rev=642326&r1=642325&r2=642326&view=diff ============================================================================== --- logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx_1_1rolling.html (original) +++ logging/site/trunk/docs/log4cxx/apidocs/namespacelog4cxx_1_1rolling.html Fri Mar 28 11:36:20 2008 @@ -86,6 +86,8 @@ + + @@ -94,12 +96,20 @@ + + + + + + + +
class  ZipCompressAction

Functions

 LOG4CXX_PTR_DEF (Action)
 LOG4CXX_PTR_DEF (FileRenameAction)
 LOG4CXX_PTR_DEF (FilterBasedTriggeringPolicy)
 LOG4CXX_PTR_DEF (GZCompressAction)
 LOG4CXX_PTR_DEF (RollingFileAppender)
 LOG4CXX_PTR_DEF (RollingFileAppenderSkeleton)
 LOG4CXX_PTR_DEF (RollingPolicy)
 LOG4CXX_PTR_DEF (RolloverDescription)
 LOG4CXX_PTR_DEF (SizeBasedTriggeringPolicy)
 LOG4CXX_PTR_DEF (TimeBasedRollingPolicy)
 LOG4CXX_PTR_DEF (TriggeringPolicy)
 LOG4CXX_PTR_DEF (ZipCompressAction)
@@ -132,6 +142,34 @@ +

+ + + + +
+ + + + + + + + + +
log4cxx::rolling::LOG4CXX_PTR_DEF TriggeringPolicy   ) 
+
+ + + + + +
+   + + +

+

@@ -216,6 +254,90 @@
+

+ + + + +
+ + + + + + + + + +
log4cxx::rolling::LOG4CXX_PTR_DEF RollingPolicy   ) 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::rolling::LOG4CXX_PTR_DEF RollingFileAppenderSkeleton   ) 
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + +
log4cxx::rolling::LOG4CXX_PTR_DEF RollingFileAppender   ) 
+
+ + + + + +
+   + + +

+

@@ -309,6 +431,34 @@ + + + + +
log4cxx::rolling::LOG4CXX_PTR_DEF FileRenameAction   ) 
+ + + + + + + + +
+   + + +

+

+

+ + +
+ + + + +
log4cxx::rolling::LOG4CXX_PTR_DEF Action   )