Skip to content

Commit 76d3abf

Browse files
committedJul 6, 2024
docs: Add disclaimer and GitHub funding file
1 parent 5ed63eb commit 76d3abf

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
 

‎.github/FUNDING.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: 3urobeat
2+
custom: ["paypal.me/3urobeat"] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

‎README.md

+7
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ This procedure only serves to consume the `Logger` parameter, does nothing and r
2424

2525
For examples, see the [logger_test.adb](./logger_test.adb) file.
2626

27+
<br>
28+
29+
> [!IMPORTANT]
30+
> Make sure to \*only\* use this library for logging while it is active.
31+
> Printing yourself while the logger is active will lead to weird behavior like messages clipping into another,
32+
> as the library does clever cursor management which `Ada.Text_IO` does not do.
33+
2734
&nbsp;
2835

2936
## Include

0 commit comments

Comments
 (0)
Please sign in to comment.