mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-08-12 22:17:34 +00:00
If a log message contains a magic character, everything after that marker will be considered "extended" information. Log targets default to showing this extended information but qb_log_ctl() may be used to indicate that the extended information should be stripped instead. The use case is a log message that has some information of value to administrators and other information that is only of value for debugging. Two targets can be configured such that the administrator log is not cluttered with debug information, but a separate debug log is still available with complete information. The magic character is the bell (\a). If someone wants to log an actual bell character, they can do so in the extended information or via a %c format (only the first bell is magic and only in the format string). |
||
|---|---|---|
| build-aux | ||
| docs | ||
| examples | ||
| include | ||
| lib | ||
| tests | ||
| tools | ||
| .gitignore | ||
| .travis.yml | ||
| autogen.sh | ||
| check | ||
| coding_style.txt | ||
| configure.ac | ||
| COPYING | ||
| INSTALL | ||
| libqb.spec.in | ||
| Lindent | ||
| Makefile.am | ||
| README.markdown | ||
libqb
What is libqb?
libqb is a library with the primary purpose of providing high performance client server reusable features. It provides high performance logging, tracing, ipc, and poll.
We don't intend be an all encompassing library, but instead provide very specially focused APIs that are highly tuned for maximum performance for client/server applications.
For more information look at:
-
You can build it yourself with the following commands:
$ make doxygen $ firefox ./doc/html/index.html
Dependencies
- glib-2.0-devel (If you want to build the glib example code)
- check-devel (If you want to run the tests)
- doxygen and graphviz (If you want to build the doxygen man pages or html manual)
Source Control (GIT)
git clone git://github.com/ClusterLabs/libqb.git
Installing from source
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install
How you can help
If you find this project useful, you may want to consider supporting its future development. There are a number of ways to support the project.
- Test and report issues.
- Help others on the mailing list.
- Contribute documentation, examples and test cases.
- Contribute patches.
- Spread the word.
