Skip to main content

Yet Another custom logger

Project description

goodreads-scraper-visualizer Documentation Status

Minimalist logger written in python.

Currently only provides three functions for logging

  1. Method entry logging

  2. Method exit logging

  3. Normal logging

Both Method entry logging and Method exit logging are only INFO level logging by default

Supports 3 levels of logging - INFO, ERROR, DEBUG. These are mutually exclusive (ie not hierarchial)

Supports 2 modes of logging:

  1. FILE - Writes logs to a file in the logs folder

  2. CONSOLE - Logs to the standard output console

Log format - [log_level timestamp] [Module name]-[Method name]

Documentation

Hosted on Read The Docs.

Achieved via Sphinx (as the doc build tool), reStructuredText as the markup and hosted on Read The Docs website.

IMAGE

Log file looks like source

alt text

REQUIREMENTS

  1. logger.properties file

  2. logs folder

logger.properties file needs to have [logger properties] at the root

SAMPLE USAGE

Logger.initialize_logger(logger_prop_file_path = '.\logger.properties',log_file_path = './logs') 
Logger.perform_method_entry_logging('foo','bar')
Logger.perform_method_exit_logging('foo','bar') 
Logger.log('info', 'foo','bar','this is the log text')

Look for sample usage code in sample folder

Refer to sample logger.properties.

Ensure logs folder is present

License

This is an open source tool licensed under GPL v3.0. Copy of the license can be found here.

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

YALogger-0.1-py2-none-any.whl (5.0 kB view hashes)

Uploaded Python 2

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