|
stumpless 2.2.0
|
| Cstumpless::BufferTarget | A target that will write log messages to a provided buffer, wrapping around when the end is reached |
| Cstumpless::ChainTarget | A target allowing entries to be sent to a sequence of targets |
| Cstumpless::Element | An element of structured data |
| Cstumpless::Entry | A log entry |
| ▼Cstd::exception | |
| ▼Cstumpless::StumplessException | A general problem has been encountered by the library |
| Cstumpless::AddressFailure | A provided network address was not valid |
| Cstumpless::ArgumentEmpty | A required function parameter was NULL or empty |
| Cstumpless::ArgumentTooBig | A provided argument was too big, for example to fit into a buffer target |
| Cstumpless::DuplicateElement | A duplicate of an already existing element was detected in an Entry |
| Cstumpless::ElementNotFound | No element with the specified characteristics was found |
| Cstumpless::FileOpenFailure | Could not open a file |
| Cstumpless::FileWriteFailure | Could not write to a file |
| Cstumpless::FunctionTargetFailure | A call to a function target's log function failed |
| Cstumpless::IndexOutOfBounds | A provided index was not in a valid range |
| Cstumpless::InvalidFacility | A provided facility code did not conform to RFC 5424 |
| Cstumpless::InvalidId | A target or entry ID was not valid |
| Cstumpless::InvalidSeverity | A provided severity code did not conform to RFC 5424 |
| Cstumpless::MemoryAllocationFailure | A memory allocation or reallocation failed |
| Cstumpless::NetworkProtocolUnsupported | The given layer 3 protocol is not supported by this implementation |
| Cstumpless::ParamNotFound | No param with the specified characteristics was found |
| Cstumpless::SocketBindFailure | Could not bind to a socket |
| Cstumpless::SocketConnectFailure | Could not connect to a socket |
| Cstumpless::SocketFailure | Could not create a socket |
| Cstumpless::SocketSendFailure | Could not send to a socket |
| Cstumpless::StreamWriteFailure | Could not write to a stream |
| Cstumpless::TargetIncompatible | The requested operation is not valid on the given target type |
| Cstumpless::TargetUnsupported | The target type provided is unsupported by this implementation |
| Cstumpless::TransportProtocolUnsupported | The given layer 4 protocol is not supported by this implementation |
| Cstumpless::WindowsEventLogCloseFailure | Could not close the Windows Event Log |
| Cstumpless::WindowsEventLogOpenFailure | Could not open the Windows Event Log |
| Cstumpless::FileTarget | A target allowing logs to be written to a given file |
| Cstumpless::FunctionTarget | A target allowing entries to be sent to a custom function |
| Cstumpless::MemoryManager | Container for memory management functions in Stumpless |
| Cstumpless::NetworkTarget | Network targets allow traditional syslog messages to be sent to a remote server |
| Cstumpless::Param | A parameter within a structured data element |
| Cstumpless::SocketTarget | Socket 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::StreamTarget | A target that will write log messages to a provided I/O stream |
| Cstumpless::Version | Describes this version of Stumpless |