Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • open: It depends on the specific backend, but it can open a file, a network connection, etc.
  • reset: It depends on the specific backend, but it could reset a network connection, etc.
  • close: It depends on the specific backend, but it can close a file, a network connection, etc.
  • log: The specific implementation to log to the desired backend.
  • getIdentification: A backend indentifier name ("Local file", "Local syslog", "Remote syslog", etc.).
  • getDestination: The identifier of the destination depends on the specific backend, but it could be a filename, a single value (i.e. "syslog") or a socket, etc.

LocalFileLogger

A specific CacheLogger extension used as a backend to write to a local file.

LocalSyslogLogger

A specific CacheLogger extension used as a backend to write to a local syslog using the syslog library.

RemoteSyslogLogger

A specific CacheLogger extension used as a backend to write to a remote syslog using a socket connection.

Module: logging

The module has two libraries and to executables:

...