stumpless 2.2.0
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 123]
  stumpless
  configConfiguration-specific header files
 journald_supported.hFunctions that help when using journald targets
 wel_supported.hFunctions necessary when using Windows Event Log targets
  levelHeader files for working with specific logging levels
 alert.hMacro functions that log messages and entries at the alert level
 crit.hMacro functions that log messages and entries at the crit level
 debug.hMacro functions that log messages and entries at the debug level
 emerg.hMacro functions that log messages and entries at the emerg level
 err.hMacro functions that log messages and entries at the err level
 info.hMacro functions that log messages and entries at the info level
 mask.hMasks that provide shorthand for enabling or disabling logging levels at compile time
 notice.hMacro functions that log messages and entries at the notice level
 trace.hMacro functions that log messages and entries for source tracing
 warning.hMacro functions that log messages and entries at the warning level
  targetHeader files for target types provided by the library
 buffer.hBuffer targets provide the simple capability to write logs into a character buffer
 chain.hChains allow logs to be sent to a group of targets
 file.hFile targets allow logs to be sent to a specified file
 function.hFunction targets allow log entries to be sent to a custom function, making it possible to implement arbitrary functionality using this library as a logging framework
 journald.hJournald targets send messages to a systemd journald service
 network.hNetwork targets allow logs to be sent over a network to a remote log collector or relay
 socket.hSocket targets allow logs to be sent to a Unix domain socket
 sqlite3.hSQLite3 targets allow logs to be sent to a SQLite3 database
 stream.hFunctions for working with stream targets (that is, FILE pointers)
 wel.hFunctions for working with Windows Event Log (WEL) targets
 config.hConfiguration information to provide to code built with the library
 element.hTypes and functions for creating and modifying elements
 entry.hTypes and functions for creating and modifying entries
 error.hError codes and functions for detecting and assessing them
 facility.hFacility codes for classifying log entries
 filter.hFilters that can be used to control which entries are sent to targets at runtime
 generator.hGeneric functionality to be used with STUMPLESS_FOREACH macros to allow for more generic definition of enumerations and to string functions
 id.hThe identification for targets within the library
 log.hConvenience functions for creating and writing simple log entries
 memory.hFunctions for controlling memory allocation during execution
 option.hOptions that can be used to modify the behavior of Stumpless components
 param.hTypes and functions for creating and modifying params
 priority.hPriority value (PRIVAL) represents both the Facility and Severity values
 prival.hFunctions for working with privals
 severity.hSeverity codes for classifying log entries
 target.hGeneral types and functions for working with all targets
 version.hRuntime information about the library
 stumpless.hThe main header file for the stumpless logging library