1Provides IBM specific error logging functionality.
2
3## To Build
4
5```
6To build this package, do the following steps:
7
8 1. ./bootstrap.sh
9 2. ./configure ${CONFIGURE_FLAGS}
10 3. make
11
12To clean the repository run `./bootstrap.sh clean`.
13```
14