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.3.tar.gz (2.0 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.3-py3-none-any.whl (2.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: simply-log-0.2.3.tar.gz
  • Upload date:
  • Size: 2.0 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.3.tar.gz
Algorithm Hash digest
SHA256 cc50fa128d69bec3cf3b7295cebfca7a92fb3ca03a52ac4f349e3216206e5669
MD5 ec8023db5f0d341463eee6a27769dc68
BLAKE2b-256 c197cc8723b4cba7419a776efb033ac14c72322ed5428de3242f278496a2fbb5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simply_log-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 2.3 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a45ae8152b1425d479ce400a8777060ec4a2c21a51893c8c20bd5b684385385d
MD5 c13e33b38f891e92a990222df840e028
BLAKE2b-256 c9ac67e07779ee0acfebd5d03d6622a37df45923e5ec18d75c5c729755601f24

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