We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc37a1 commit 4b16969Copy full SHA for 4b16969
README.md
@@ -36,7 +36,7 @@
36
- [Size Rotating Logger](#size-rotating-logger)
37
- [Timed Rotating Logger](#timed-rotating-logger)
38
- [Context Manager Support](#context-manager-support)
39
-- [Setup Example](#setup-example)
+- [Using With Multiple Log Levels and Files](#using-with-multiple-log-levels-and-files)
40
- [Environment Variables](#env-variables-optional)
41
- [Flexible Configuration Options](#flexible-configuration-options)
42
- [Development](#development)
@@ -205,7 +205,7 @@ except ValueError:
205
206
207
208
-# Setup Example With Multiple Levels and Files
+# Using With Multiple Log Levels and Files
209
210
```python
211
from pythonLogs import SizeRotatingLog, TimedRotatingLog, LogLevel, RotateWhen
0 commit comments