Skip to main content

A simple and fask logging library that uses the power of mongodb to save and query logs (with built in cli)

Project description

Logger

A simple and fask logging library that uses the power of mongodb to save and query logs (with built in cli)

Cli

search

search <tag>
python3 runner.py search Info

clear

clear python3 runner.py clear

log

log <tag> <message> python3 runner.py log Info "This is a log message"

view

view python3 runner.py view

export

export <filename> python3 runner.py export filename.log

last

last <metric> <amount> python3 runner.py last hours 3

help

find commands
python3 runner.py
help with specific commands
python3 runner.py command --help

Library

from mongofastlogger.logger import LogViewer, Logger


# Make logger
logger = Logger()
# Log message with tag of "Something"
logger.log("Something", "This is bad as well i guess but i dont actually know")
# Log message with tag of "Something" and display log in console
logger.log("Something", "This is a message", display=True)

# Make Viewer
viewer = LogViewer()
# Print all logs
viewer.view_log()

# Search logs that have the tag "Something"
viewer.search_logs_by_tag("Something")
# Search logs in the last 3 days
viewer.check_by_time("days", 3)
# Export logs to example.log
viewer.export_log("example.log")

print("Production")

# Make logger with name
production_logger = Logger("Production")
production_logger.log("Error", "Critical error in production")

# Make viewer with name
production_viewer = LogViewer("Production")
production_viewer.view_log()

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

mongofastlogger-0.1.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

mongofastlogger-0.1-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file mongofastlogger-0.1.tar.gz.

File metadata

  • Download URL: mongofastlogger-0.1.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/50.3.0 requests-toolbelt/0.8.0 tqdm/4.31.1 CPython/3.8.5

File hashes

Hashes for mongofastlogger-0.1.tar.gz
Algorithm Hash digest
SHA256 265fec6115282cb9732ec5f700b000d601090e99b2c1e0e4e75e94f396ba2a95
MD5 3bb55a840e6af5a677f05ad7245f4db2
BLAKE2b-256 7866d4ca7bb8007d185509c6a90de1b3cd7b6084b14a6a71848aa758e7126552

See more details on using hashes here.

Provenance

File details

Details for the file mongofastlogger-0.1-py3-none-any.whl.

File metadata

  • Download URL: mongofastlogger-0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/50.3.0 requests-toolbelt/0.8.0 tqdm/4.31.1 CPython/3.8.5

File hashes

Hashes for mongofastlogger-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fcc824cf9d5e542221d4c17006b4ceae2d7cbba3ef435c8e87dab5919abf5561
MD5 2799c9ae5b1af69b710ebfd8d4782ec5
BLAKE2b-256 1423a67fbb696506a0ecf622dcb1b39fe02099d6644577a50794cb9459981f15

See more details on using hashes here.

Provenance

Supported by

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