diff --git a/README.md b/README.md index ea0acfe..68da7fe 100644 --- a/README.md +++ b/README.md @@ -1771,6 +1771,9 @@ logger.('A logging message.') ``` * **Levels: `'debug'`, `'info'`, `'success'`, `'warning'`, `'error'`, `'critical'`.** +### Exceptions +**Error description, stack trace and values of variables are appended automatically.** + ```python try: ... diff --git a/index.html b/index.html index 5100473..ed3489a 100644 --- a/index.html +++ b/index.html @@ -1450,6 +1450,8 @@ logger.<level>('A logging message.') +

Exceptions

+

Error description, stack trace and values of variables are appended automatically.

try:
     ...
 except <Exception>: