Skip to main content

Web GUI destekli Alfaslogger paketi

Project description

Alfaslogger WebGUI

Web arayüzü destekli bir logger modülüdür.

Kurulum

pip install alfaslogger

Kullanım

from logger_app import Logger

# GUI ile birlikte logger başlat
logger = Logger(name="MyApp", level="DEBUG", gui=True)

# Handler ekle (zorunlu değil, otomatik dosya ve konsol loglaması vardır)
from logger_app import ConsoleHandler, FileHandler

logger.add_handler(ConsoleHandler(level="DEBUG"))
logger.add_handler(FileHandler("my_app", level="INFO"))

# Log yaz
logger.debug("Debug mesajı")
logger.info("Bilgilendirme mesajı")
logger.warning("Uyarı mesajı")
logger.error("Hata mesajı")
logger.critical("Kritik hata mesajı")

# Web GUI'ye erişmek için:
# http://localhost:8000
# WebSocket canlı log: ws://localhost:8001

Özellikler

  • Gerçek zamanlı log izleme (WebSocket ile)
  • Logları konsola, dosyaya veya SQLite veritabanına yazabilme
  • Web tabanlı kullanıcı arayüzü

Lisans

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alfaslogger-0.1.6.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

alfaslogger-0.1.6-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

Details for the file alfaslogger-0.1.6.tar.gz.

File metadata

  • Download URL: alfaslogger-0.1.6.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.10

File hashes

Hashes for alfaslogger-0.1.6.tar.gz
Algorithm Hash digest
SHA256 203f54e75d55c3ef48361743d03e059915cc52330dff25ff9c24b4c37458019f
MD5 4ad55003620e3fb2b9ffbc03bb792b1f
BLAKE2b-256 9df4f09300c57ecc55417477d23ac6dbc9af652c00ce4800585714d35a999f4e

See more details on using hashes here.

File details

Details for the file alfaslogger-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: alfaslogger-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.10

File hashes

Hashes for alfaslogger-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 2b0850ecc2b736e577d8aafc84a3f5350a721352407583af84c3d4dd680e6fef
MD5 b29b53d28260a2aaef11a6c602995614
BLAKE2b-256 c91e7c01a7d5f4d651bbdb7a1c9aab7383092d88535b78b75bae412ae1efa4c0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page