We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0031975 commit 0c09ac6Copy full SHA for 0c09ac6
README.md
@@ -20,6 +20,7 @@ Python logging library for realtime daily logging for python version 2.7
20
# without log level param
21
Log.addToLog('Hello world')
22
2017-11-14 12:42:20,413 - INFO - Hello world
23
+
24
# warning log level
25
Log.addToLog('Hello world', 'warning')
26
2017-11-14 12:42:20,413 - WARNING - Hello world
0 commit comments