You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/common.md
+72-2Lines changed: 72 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ This library add utilities for other packages.
7
7
- Unification in the way of treating date formats
8
8
- Unification in the way of treating configuration files
9
9
- Logging functions
10
-
- Custom memoize def
11
10
12
11
#### Date Formats
13
12
- Fixed format: As described on [Official Python Docs](https://docs.python.org/3/library/datetime.html#strftime-and-strptime-behavior). Accepted formats are:
@@ -28,13 +27,84 @@ This library add utilities for other packages.
28
27
- month(): Return 30 * 24 * 60 * 60
29
28
30
29
30
+
#### Standard Devo logging file
31
+
32
+
Devo commons gives you a function, with enough parameters for your personalization, to get a rotatting log handler:
0 commit comments