Skip to main content

An advanced yet easy-to-use logging library.

Project description

Concise Logging

An advanced yet easy-to-use logging library.

Features

  • Colorful Logging: Different colors for TRACE, DEBUG, INFO, WARN, ERROR, and FATAL messages.
  • Custom Time Format: Pick 12-hour or 24-hour time, with optional Unix time.
  • Extra Tags: Add custom tags to make log messages clearer.
  • Multiple Methods: Log using TRACE, DEBUG, INFO, WARN, ERROR, and FATAL.

Installation

pip install concise-logging

Usage Example

from ConciseLogging import ConciseLogger

logger = ConciseLogger(time_format=24, unix=True)

logger.trace("SYSTEM", "INIT", message="This is a trace message.")
logger.debug("DATABASE", message="Debugging database connection.")
logger.info("SERVER", message="Server started successfully.")
logger.warn("MEMORY", message="Memory usage is high!")
logger.error("API", "TIMEOUT", message="Failed to fetch data from API.")
logger.fatal("CRASH", message="Application crashed unexpectedly.")

Log Output Example

[25/02/2025 14:35:22 1677332122] [TRACE] [SYSTEM] [INIT] This is a trace message.
[25/02/2025 14:35:23 1677332123] [DEBUG] [DATABASE] Debugging database connection.
[25/02/2025 14:35:24 1677332124] [INFO] [SERVER] Server started successfully.
[25/02/2025 14:35:25 1677332125] [WARN] [MEMORY] Memory usage is high!
[25/02/2025 14:35:26 1677332126] [ERROR] [API] [TIMEOUT] Failed to fetch data from API.
[25/02/2025 14:35:27 1677332127] [FATAL] [CRASH] Application crashed unexpectedly.

Configuration Options

Parameter Description Default
time_format Time display format (12 or 24 hours) 24
unix Append Unix timestamp (True or False) False

License

This project is licensed under the MIT License.

Author

Made with ♥ by Ayaan

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

concise_logging-1.0.1-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file concise_logging-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for concise_logging-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7ee5e0af55ec144e8f11a8a0fc56e7ee939eb0f6e136661fc6b0f48b37128717
MD5 22df43de25f2adeb56fd7df3efc08957
BLAKE2b-256 fe15a9944814d5c1777db8c8c3b8a19a908e380cc204d29c9ea4ae638c216988

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