@@ -20,6 +20,7 @@ header: "pmemobj API version 2.3"
2020[ MANAGING LIBRARY BEHAVIOR] ( #managing-library-behavior-1 ) <br />
2121[ ERROR HANDLING] ( #error-handling ) <br />
2222[ DEBUGGING] ( #debugging ) <br />
23+ [ LOGGING (DEPRECATED)] ( #logging-deprecated ) <br />
2324[ EXAMPLE] ( #example ) <br />
2425[ ACKNOWLEDGEMENTS] ( #acknowledgements ) <br />
2526[ SEE ALSO] ( #see-also ) <br />
@@ -184,7 +185,7 @@ function. Please see **pmemobj_log_set_function**(3) for details.
184185The influx of the reported messages can be controlled by setting a respective
185186threshold value. Please see ** pmemobj_log_set_threshold** (3) for details.
186187
187- # DEBBUGING #
188+ # DEBUGGING #
188189
189190Two versions of ** libpmemobj** are typically available on a development
190191system. The normal version, accessed when a program is linked using the
@@ -196,7 +197,11 @@ A second version of **libpmemobj**, accessed when a program uses the libraries
196197under ** /usr/lib/pmdk_debug** , contains run-time assertions and trace points.
197198The typical way to access the debug version is to set the environment variable
198199** LD_LIBRARY_PATH** to ** /usr/lib/pmdk_debug** or ** /usr/lib64/pmdk_debug** ,
199- as appropriate. Debugging output is controlled using the following environment
200+ as appropriate.
201+
202+ # LOGGING (DEPRECATED) #
203+
204+ Debugging output is controlled using the following environment
200205variables. These variables have no effect on the non-debug version of the library.
201206
202207+ ** PMEMOBJ_LOG_LEVEL**
0 commit comments