Skip to content

Commit eb98af3

Browse files
authored
Add more information
add information about functions.
1 parent 6bccc3b commit eb98af3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
3434
Pylog.logname('Filename.py')
3535
```
36+
- Use the functions you need:
37+
- Pylog.critical(msg)
38+
- Pylog.error(msg, exc_info) **default: exc_info=False**
39+
- Pylog.warning(msg) **or** Pylog.warn(msg)
40+
- Pylog.info(msg)
41+
- Pylog.debug(msg)
3642
- You can start logging from Cmd or PowerShell :
3743
```
3844
$ Python yourfile.py --logging --logfile

0 commit comments

Comments
 (0)