home βΊ Package liblog4cplus-devel-docs
Package liblog4cplus-devel-docs
_usr_src_RPM_BUILD_log4cplus-2.0.7_include_(3)
_usr_src_RPM_BUILD_log4cplus-2.0.7_include_log4cplus_(3)
_usr_src_RPM_BUILD_log4cplus-2.0.7_include_log4cplus_boost_(3)
_usr_src_RPM_BUILD_log4cplus-2.0.7_include_log4cplus_config_(3)
_usr_src_RPM_BUILD_log4cplus-2.0.7_include_log4cplus_helpers_(3)
_usr_src_RPM_BUILD_log4cplus-2.0.7_include_log4cplus_internal_(3)
_usr_src_RPM_BUILD_log4cplus-2.0.7_include_log4cplus_spi_(3)
_usr_src_RPM_BUILD_log4cplus-2.0.7_include_log4cplus_thread_(3)
_usr_src_RPM_BUILD_log4cplus-2.0.7_include_log4cplus_thread_impl_(3)
appender.h(3)
appenderattachable.h(3)
appenderattachableimpl.h(3)
asyncappender.h(3)
callbackappender.h(3)
clfsappender.h(3)
clogger.h(3) β Module: Log4CPLUS File: clogger.h Created: 01/2011 Author: Jens Rehsack.
config.h(3)
config.hxx(3)
configurator.h(3)
connectorthread.h(3)
consoleappender.h(3)
customloglevelmanager.h(3) β This header contains declaration internal to log4cplus.
cygwin-win32.h(3)
defines.hxx(3)
deviceappender.hxx(3)
env.h(3)
factory.h(3)
fileappender.h(3)
fileinfo.h(3)
filter.h(3) β This header defines Filter and all of it's subclasses.
fstreams.h(3)
helpers_socket.h(3)
hierarchy.h(3)
hierarchylocker.h(3)
initializer.h(3)
internal.h(3) β This header contains declaration internal to log4cplus.
internal_socket.h(3) β This header contains declaration internal to log4cplus.
layout.h(3)
lockfile.h(3)
log4cplus(3)
log4cplus.h(3)
log4cplus_Appender(3) β Extend this class for implementing your own strategies for printing log statements.
log4cplus_AsyncAppender(3) β This Appender is a wrapper to which other appenders can be attached.
log4cplus_BasicConfigurator(3) β Use this class to quickly configure the package.
log4cplus_CLFSAppender(3)
log4cplus_CallbackAppender(3) β Send log events to a C function callback.
log4cplus_ConfigureAndWatchThread(3)
log4cplus_ConsoleAppender(3) β ConsoleAppender appends log events to std::cout or std::cerr using a layout specified by the user.
log4cplus_DailyRollingFileAppender(3) β DailyRollingFileAppender extends FileAppender so that the underlying file is rolled over at a user chosen frequency.
log4cplus_DefaultLoggerFactory(3) β This class is used to create the default implementation of the Logger class.
log4cplus_DeviceAppender(3)
log4cplus_DiagnosticContext(3) β This is the internal object that is stored on the NDC stack.
log4cplus_ErrorHandler(3) β This class is used to 'handle' errors encountered in an log4cplus::Appender.
log4cplus_FileAppender(3) β Appends log events to a file.
log4cplus_FileAppenderBase(3) β Base class for Appenders writing log events to a file.
log4cplus_Hierarchy(3) β This class is specialized in retrieving loggers by name and also maintaining the logger hierarchy.
log4cplus_HierarchyLocker(3) β This is used to lock a Hierarchy.
log4cplus_Initializer(3) β This class helps with initialization and shutdown of log4cplus.
log4cplus_Layout(3) β This class is used to layout strings sent to an log4cplus::Appender.
log4cplus_Log4jUdpAppender(3) β Sends log events as Log4j XML to a remote a log server.
log4cplus_LogLevelManager(3) β This class is used to 'manage' LogLevel definitions.
log4cplus_Logger(3) β This is the central class in the log4cplus package.
log4cplus_MDC(3)
log4cplus_MSTTSAppender(3)
log4cplus_NDC(3) β The NDC class implements nested diagnostic contexts as defined by Neil Harrison in the article 'Patterns for Logging
log4cplus_NDCContextCreator(3) β This class ensures that a NDC::push() call is always matched with a NDC::pop() call even in the face of exceptions.
log4cplus_NTEventLogAppender(3) β Appends log events to NT EventLog.
log4cplus_NullAppender(3) β Appends log events to a file.
log4cplus_OnlyOnceErrorHandler(3)
log4cplus_PatternLayout(3) β A flexible layout configurable with pattern string.
log4cplus_PropertyConfigurator(3) β Provides configuration from an external file.
log4cplus_Qt4DebugAppender(3)
log4cplus_Qt5DebugAppender(3)
log4cplus_RollingFileAppender(3) β RollingFileAppender extends FileAppender to backup the log files when they reach a certain size.
log4cplus_SimpleLayout(3) β SimpleLayout consists of the LogLevel of the log statement, followed by ' - ' and then the log message itself.
log4cplus_SocketAppender(3) β Sends spi::InternalLoggingEvent objects to a remote a log server.
log4cplus_SysLogAppender(3) β Appends log events to a file.
log4cplus_TTCCLayout(3) β TTCC layout format consists of time, thread, Logger and nested diagnostic context information, hence the name.
log4cplus_TimeBasedRollingFileAppender(3) β TimeBasedRollingFileAppender extends FileAppenderBase so that the underlying file is rolled over at a user chosen frequency while also keeping in check a total maximum number of produced files.
log4cplus_TraceLogger(3) β This class is used to produce 'Trace' logging.
log4cplus_Win32ConsoleAppender(3) β Prints events to Win32 console.
log4cplus_detail(3)
log4cplus_device_appender_detail(3)
log4cplus_device_appender_detail_device_type_traits(3)
log4cplus_device_appender_detail_device_type_traits_ boost_shared_ptr_ T _ _(3)
log4cplus_helpers(3)
log4cplus_helpers_ADDRINFOT_deleter(3)
log4cplus_helpers_AbstractSocket(3)
log4cplus_helpers_AppenderAttachableImpl(3) β This Interface is for attaching Appenders to objects.
log4cplus_helpers_ConnectorThread(3) β This class is used by SocketAppender and (remote) SysLogAppender to provide asynchronous re-connection.
log4cplus_helpers_ConvertIntegerToStringHelper(3)
log4cplus_helpers_ConvertIntegerToStringHelper_ intType, charType, false _(3)
log4cplus_helpers_ConvertIntegerToStringHelper_ intType, charType, true _(3)
log4cplus_helpers_FileInfo(3) β FileInfo structure is OS independent abstraction of the stat() function.
log4cplus_helpers_IConnectorThreadClient(3) β Interface implemented by users of ConnectorThread.
log4cplus_helpers_LockFile(3)
log4cplus_helpers_LogLog(3) β This class used to output log statements from within the log4cplus package.
log4cplus_helpers_Properties(3)
log4cplus_helpers_ServerSocket(3) β This class implements server sockets.
log4cplus_helpers_SharedObject(3)
log4cplus_helpers_SharedObjectPtr(3)
log4cplus_helpers_Socket(3) β This class implements client sockets (also called just 'sockets').
log4cplus_helpers_SocketBuffer(3)
log4cplus_helpers_snprintf_buf(3)
log4cplus_helpers_socket_closer(3)
log4cplus_helpers_socket_holder(3)
log4cplus_internal(3)
log4cplus_internal_CustomLogLevelManager(3) β Custom log level manager used by C API.
log4cplus_internal_appender_sratch_pad(3)
log4cplus_internal_gft_scratch_pad(3)
log4cplus_internal_per_thread_data(3) β Per thread data.
log4cplus_pattern(3)
log4cplus_spi(3)
log4cplus_spi_AppenderAttachable(3) β This Interface is for attaching Appenders to objects.
log4cplus_spi_AppenderFactory(3) β This abstract class defines the 'Factory' interface to create 'Appender' objects.
log4cplus_spi_BaseFactory(3) β This is the base class for all factories.
log4cplus_spi_DenyAllFilter(3) β This filter drops all logging events.
log4cplus_spi_FactoryRegistry(3) β This template class is used as a 'Factory Registry'.
log4cplus_spi_FactoryTempl(3)
log4cplus_spi_Filter(3) β Users should extend this class to implement customized logging event filtering.
log4cplus_spi_FilterFactory(3) β This abstract class defines the 'Factory' interface to create 'Appender' objects.
log4cplus_spi_FunctionFilter(3) β This filter allows using std::function<FilterResult(const InternalLoggingEvent &)>.
log4cplus_spi_InternalLoggingEvent(3) β The internal representation of logging events.
log4cplus_spi_LayoutFactory(3) β This abstract class defines the 'Factory' interface to create 'Layout' objects.
log4cplus_spi_LocalFactoryBase(3)
log4cplus_spi_LocaleFactory(3) β This abstract class defines the 'Factory' interface to create std::locale instances.
log4cplus_spi_LogLevelMatchFilter(3) β This is a very simple filter based on LogLevel matching.
log4cplus_spi_LogLevelRangeFilter(3) β This is a very simple filter based on LogLevel matching, which can be used to reject messages with LogLevels outside a certain range.
log4cplus_spi_LoggerFactory(3) β Implement this interface to create new instances of Logger or a sub-class of Logger.
log4cplus_spi_LoggerImpl(3) β This is the central class in the log4cplus package.
log4cplus_spi_MDCMatchFilter(3) β This is a simple filter based on the key/value pair stored in MDC.
log4cplus_spi_NDCMatchFilter(3) β This is a simple filter based on the string returned by event.getNDC().
log4cplus_spi_ObjectRegistryBase(3) β This is the base class used to implement the functionality required by the ObjectRegistry template class.
log4cplus_spi_RootLogger(3) β RootLogger sits at the top of the logger hierachy.
log4cplus_spi_StringMatchFilter(3) β This is a very simple filter based on string matching.
log4cplus_thread(3)
log4cplus_thread_AbstractThread(3) β There are many cross-platform C++ Threading libraries.
log4cplus_thread_ManualResetEvent(3)
log4cplus_thread_Mutex(3)
log4cplus_thread_Queue(3) β Single consumer, multiple producers queue.
log4cplus_thread_Semaphore(3)
log4cplus_thread_SharedMutex(3)
log4cplus_thread_SharedMutexImplBase(3)
log4cplus_thread_SignalsBlocker(3) β This class blocks all POSIX signals when created and unblocks them when destroyed.
log4cplus_thread_SyncGuard(3)
log4cplus_thread_SyncGuardFunc(3)
log4cplus_thread_impl(3)
log4cplus_thread_impl_SharedMutex(3)
log4judpappender.h(3)
logger.h(3) β This header defines the Logger class and the logging macros.
loggerfactory.h(3)
loggerimpl.h(3)
loggingevent.h(3)
loggingmacros.h(3) β This header defines the logging macros.
loglevel.h(3) β This header defines the LogLevel type.
loglog.h(3)
macosx.h(3)
mdc.h(3)
msttsappender.h(3)
ndc.h(3) β This header defined the NDC class.
nteventlogappender.h(3)
nullappender.h(3)
objectregistry.h(3)
pointer.h(3)
property.h(3)
qt4debugappender.h(3)
qt5debugappender.h(3)
queue.h(3)
rootlogger.h(3)
snprintf.h(3)
socketappender.h(3)
socketbuffer.h(3)
streams.h(3)
stringhelper.h(3)
syncprims-cxx11.h(3) β This file contains implementations of synchronization primitives using the C++11 API.
syncprims-impl.h(3)
syncprims-pmsm.h(3) β This file contains implementations of reader-writer locking primitive using other primitives, IOW poor man's rwlock.
syncprims-pub-impl.h(3)
syncprims.h(3)
syslogappender.h(3)
tchar.h(3)
thread-config.h(3)
threads-impl.h(3)
threads.h(3)
timehelper.h(3)
tls.h(3)
tracelogger.h(3)
tstring.h(3)
version.h(3)
win32.h(3)
win32consoleappender.h(3)
win32debugappender.h(3)
windowsh-inc-full.h(3)
windowsh-inc.h(3)