stumpless 2.2.0
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cstumpless::BufferTargetA target that will write log messages to a provided buffer, wrapping around when the end is reached
 Cstumpless::ChainTargetA target allowing entries to be sent to a sequence of targets
 Cstumpless::ElementAn element of structured data
 Cstumpless::EntryA log entry
 Cstd::exception
 Cstumpless::StumplessExceptionA general problem has been encountered by the library
 Cstumpless::AddressFailureA provided network address was not valid
 Cstumpless::ArgumentEmptyA required function parameter was NULL or empty
 Cstumpless::ArgumentTooBigA provided argument was too big, for example to fit into a buffer target
 Cstumpless::DuplicateElementA duplicate of an already existing element was detected in an Entry
 Cstumpless::ElementNotFoundNo element with the specified characteristics was found
 Cstumpless::FileOpenFailureCould not open a file
 Cstumpless::FileWriteFailureCould not write to a file
 Cstumpless::FunctionTargetFailureA call to a function target's log function failed
 Cstumpless::IndexOutOfBoundsA provided index was not in a valid range
 Cstumpless::InvalidFacilityA provided facility code did not conform to RFC 5424
 Cstumpless::InvalidIdA target or entry ID was not valid
 Cstumpless::InvalidSeverityA provided severity code did not conform to RFC 5424
 Cstumpless::MemoryAllocationFailureA memory allocation or reallocation failed
 Cstumpless::NetworkProtocolUnsupportedThe given layer 3 protocol is not supported by this implementation
 Cstumpless::ParamNotFoundNo param with the specified characteristics was found
 Cstumpless::SocketBindFailureCould not bind to a socket
 Cstumpless::SocketConnectFailureCould not connect to a socket
 Cstumpless::SocketFailureCould not create a socket
 Cstumpless::SocketSendFailureCould not send to a socket
 Cstumpless::StreamWriteFailureCould not write to a stream
 Cstumpless::TargetIncompatibleThe requested operation is not valid on the given target type
 Cstumpless::TargetUnsupportedThe target type provided is unsupported by this implementation
 Cstumpless::TransportProtocolUnsupportedThe given layer 4 protocol is not supported by this implementation
 Cstumpless::WindowsEventLogCloseFailureCould not close the Windows Event Log
 Cstumpless::WindowsEventLogOpenFailureCould not open the Windows Event Log
 Cstumpless::FileTargetA target allowing logs to be written to a given file
 Cstumpless::FunctionTargetA target allowing entries to be sent to a custom function
 Cstumpless::MemoryManagerContainer for memory management functions in Stumpless
 Cstumpless::NetworkTargetNetwork targets allow traditional syslog messages to be sent to a remote server
 Cstumpless::ParamA parameter within a structured data element
 Cstumpless::SocketTargetSocket targets allow logs to be sent to a Unix domain socket, like the frequently used /dev/log or /var/run/syslog sockets associated with syslog daemons
 Cstumpless::Sqlite3Target
 Cstumpless::StreamTargetA target that will write log messages to a provided I/O stream
 Cstumpless::VersionDescribes this version of Stumpless