From c2460a13e742743a22fb12d6945527db4d96dd2a Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Sat, 19 Dec 2020 03:47:41 -0800 Subject: [PATCH] add sendxmpp-handler-for-python-logging --- docs/index.md | 1 + .../sendxmpp-handler-for-python-logging.md | 16 + mkdocs.yml | 1 + site/404.html | 12 + site/index.html | 17 +- site/links/index.html | 12 + .../clear-linux-encrypted-xfs-root/index.html | 12 + .../clear-linux-guest-virt-manager/index.html | 12 + .../index.html | 12 + .../index.html | 16 +- .../index.html | 12 + .../lmde3-xfs-full-disk-encryption/index.html | 12 + .../index.html | 12 + .../index.html | 12 + .../index.html | 629 ++++++++++++++++++ .../simplified-raspberry-streaming/index.html | 12 + site/search/search_index.json | 2 +- site/sitemap.xml | 26 +- site/sitemap.xml.gz | Bin 200 -> 201 bytes 19 files changed, 812 insertions(+), 16 deletions(-) create mode 100644 docs/posts/sendxmpp-handler-for-python-logging.md create mode 100644 site/posts/sendxmpp-handler-for-python-logging/index.html diff --git a/docs/index.md b/docs/index.md index 756f263..5f9ce43 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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} diff --git a/docs/posts/sendxmpp-handler-for-python-logging.md b/docs/posts/sendxmpp-handler-for-python-logging.md new file mode 100644 index 0000000..99d0304 --- /dev/null +++ b/docs/posts/sendxmpp-handler-for-python-logging.md @@ -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** + +## **app/sendxmpp_handler.py** + +## **app/\__init__.py** + +## **Android Yaxim Screenshot** +![Yaxim Android Screenshot](https://gist.github.com/TrentSPalmer/adc541a6245d55e39edd10dab1001a88/raw/36f35a2d6c2c1c01633441542ff5d6ccb714c007/YaximAndroidScreenshot.png) diff --git a/mkdocs.yml b/mkdocs.yml index d04ee77..5f4e5e9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,6 +19,7 @@ markdown_extensions: nav: - Home: - Home: index.md + - posts/sendxmpp-handler-for-python-logging.md - posts/instructions-for-tethering-from-phone.md - posts/lmde4-custom-partitions-disk-encryption.md - posts/linux-move-cursor-with-keyboard.md diff --git a/site/404.html b/site/404.html index 26a68c4..a8c6b2f 100644 --- a/site/404.html +++ b/site/404.html @@ -225,6 +225,18 @@ +
  • + + SENDXMPPHandler for Python Logging + +
  • + + + + + + +
  • Instructions For Tethering From Phone diff --git a/site/index.html b/site/index.html index f979bc8..faad884 100644 --- a/site/index.html +++ b/site/index.html @@ -281,6 +281,18 @@ +
  • + + SENDXMPPHandler for Python Logging + +
  • + + + + + + +
  • Instructions For Tethering From Phone @@ -479,6 +491,7 @@

    Trent's Blog

    Posts By Date