Skip to content

Commit 68be38c

Browse files
committed
changes from other PR
1 parent 11cb947 commit 68be38c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/logger.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ def pool_and_threadedlogger(logger, *poolargs):
238238
Emulates the multiprocessing.Pool() context manager,
239239
but also provides (via a LoggerThread) a SubLogger proxy to logger
240240
that can be safely used by pool workers.
241+
The SubLogger proxy interface supports these methods: debug, info, warning, error,
242+
and critical.
241243
Also "cleans up" the pool by waiting for workers to complete
242244
as it exits the context.
243245
"""

0 commit comments

Comments
 (0)