add sendxmpp-handler-for-python-logging

This commit is contained in:
2020-12-19 03:47:41 -08:00
parent 8b3b731e1a
commit c2460a13e7
19 changed files with 812 additions and 16 deletions

View File

@ -5,6 +5,7 @@ authors: ["trent"]
# Trent's Blog
## **Posts By Date**
* [2020-12-19: SENDXMPPHandler for Python Logging](posts/sendxmpp-handler-for-python-logging.md){target=_blank}
* [2020-12-17: Instructions for Tethering From Phone](posts/instructions-for-tethering-from-phone){target=_blank}
* [2020-12-15: LMDE4 Custom Partitions Disk Encryption](posts/lmde4-custom-partitions-disk-encryption){target=_blank}
* [2020-06-21: Linux Move Cursor With Keyboard](posts/linux-move-cursor-with-keyboard){target=_blank}

View File

@ -0,0 +1,16 @@
---
title: "SENDXMPPHandler for Python Logging"
date: 2020-12-19
draft: false
tags: ["Python","Logging","Flask","XMPP","SENDXMPP","logging.Handler"]
authors: ["trent"]
---
date: 2020-12-19
## **SENDXMPPHandler for Python Logging**
<script src="https://gist.github.com/adc541a6245d55e39edd10dab1001a88.js?file= SENDXMPPHandler.md"></script>
## **app/sendxmpp_handler.py**
<script src="https://gist.github.com/adc541a6245d55e39edd10dab1001a88.js?file= sendxmpp_handler.py"></script>
## **app/\__init__.py**
<script src="https://gist.github.com/adc541a6245d55e39edd10dab1001a88.js?file=__init__.py"></script>
## **Android Yaxim Screenshot**
![Yaxim Android Screenshot](https://gist.github.com/TrentSPalmer/adc541a6245d55e39edd10dab1001a88/raw/36f35a2d6c2c1c01633441542ff5d6ccb714c007/YaximAndroidScreenshot.png)