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