Skip to main content

A simple logging.txt library

Project description

Text File Generation Module

This Python module provides a simple logging functionality, allowing users to generate text log files.

if not exist => create file.txt

- dir/
___ logFile.txt
___ logFile-1.txt
___ logFile-2.txt

coontent file :

[17/04/2024 09:56:05] [ERROR] this is a test message error dag
[17/04/2024 09:56:05] [INFO] this is a test info message index null
[17/04/2024 09:56:05] [WARNING] this is a test warning message scripte.py break

Usage

Once installed, you can import the module into your Python script like this:

from log import log_message

log_message("logFile", "error", "this is a test message")

Additional Examples:

  1. Logging an informational message:

    log_message("logFile", "info", "this is an informational message")
    
  2. Logging a warning message:

    log_message("logFile-1", "warning", "this is a warning message")
    
  3. Logging a debug message:

    log_message("logFile-2", "debug", "this is a debug message")
    
  4. Logging a critical message:

    log_message("logFile", "critical", "this is a critical message")
    

Cornelius Vincent @MIT @author

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

simply-log-0.2.4.tar.gz (2.1 kB view details)

Uploaded Source

Built Distribution

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

simply_log-0.2.4-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file simply-log-0.2.4.tar.gz.

File metadata

  • Download URL: simply-log-0.2.4.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.5

File hashes

Hashes for simply-log-0.2.4.tar.gz
Algorithm Hash digest
SHA256 6a81d466dbf7c34b892a075b4e19688c9859455aca513f6c24668ec9004f11fa
MD5 b2453bcd0f9ff70fcb0771057b85fa53
BLAKE2b-256 81dec96ae37b2f2598459ed9db2a4e307e2e6afbebae88e78b0c8f9c267d1bdf

See more details on using hashes here.

File details

Details for the file simply_log-0.2.4-py3-none-any.whl.

File metadata

  • Download URL: simply_log-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 2.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.5

File hashes

Hashes for simply_log-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 bbe164a268890f8bd873e87288db8eb04c15f233bd59b3d970dbb0d80a658da4
MD5 680d78102aec993f558a52354cd2e782
BLAKE2b-256 7f094b3c54d1546f3376ead8d099e66c7630e54f1d70b0fc0f9e1343f570c972

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