You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2021/08/21 03:45:59 UTC

[logging-log4cxx] 04/04: Fixed documentation

This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch LOGCXX-431
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit a82c4d9584a713ab4ef51cb6ee6a804b6083b1d2
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Fri Aug 20 23:43:31 2021 -0400

    Fixed documentation
---
 src/site/markdown/threading.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/markdown/threading.md b/src/site/markdown/threading.md
index 6bf373e..daed9e1 100644
--- a/src/site/markdown/threading.md
+++ b/src/site/markdown/threading.md
@@ -68,7 +68,7 @@ In order to use these callback functions, use the ThreadUtility class.  You
 can use some sample functions(not no-ops) as follows:
 
 ```
-ThreadUtility::configureThreadFunctions( ThreadUtility::preThreadBlockSignals,
+ThreadUtility::instance()->configureThreadFunctions( ThreadUtility::preThreadBlockSignals,
 					 ThreadUtility::threadStartedNameThread,
 					 ThreadUtility::postThreadUnblockSignals );
 ```