Skip to content

Commit 0853039

Browse files
committed
Documented attempt to make code thread and asynchronous I/O safe
Added the sentence "While every effort has been made to make the code thread and asynchronous I/O safe, it is always best to have each process write to its own dedicated logger file." [ticket: X]
1 parent 5e68920 commit 0853039

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/specs/stdlib_logger.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ The logger variables have the option to:
3434
* indent subsequent lines of the messages; and
3535
* format the text to fit within a maximum column width.
3636

37+
While every effort has been made to make the code thread and
38+
asynchronous I/O safe, it is always best to have each process write to
39+
its own dedicated logger file.
40+
3741
Note: Loggers of type `logger_type` normally report their messages to I/O
3842
units in the internal list termed `log_units`. However if `log_units`
3943
is empty then the messages go to the `output_unit` of the intrinsic

0 commit comments

Comments
 (0)