Skip to content

Commit 071ff3c

Browse files
authored
Add implementation section to logging vocabulary cheat sheet (#1864)
* Add implementation section to logging vocabulary cheat sheet Added implementation section with logging library references. * Fix the markdown linting error
1 parent 4aaf774 commit 071ff3c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cheatsheets/Logging_Vocabulary_Cheat_Sheet.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ In order to better understand security event logging a good high-level understan
4747
- An employee "testing" how things work.
4848
- An API coded incorrectly doing things the author did not intend.
4949

50+
### Implementation
51+
52+
Some languages have libraries which ease the job of adopting this logging vocabulary in applications:
53+
54+
- Python: [lucabello/owasp-logger](https://github.com/lucabello/owasp-logger)
55+
5056
## Format
5157

5258
_NOTE: All dates should be logged in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format **WITH** UTC offset to ensure maximum portability_

0 commit comments

Comments
 (0)