Skip to main content

A simple application logger

Project description

Basic usage

from AppLogger import AppLogger

# initializing logger
config = {
'log_folder': 'log'
}
AppLogger(config)

AppLogger.start("App Log start")
AppLogger.info("This is info message")
AppLogger.warning("This is warning message")
AppLogger.exception("This is exception message")
AppLogger.debug("This is debug message")
AppLogger.error("This is error message")
AppLogger.end("App Log end")

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

AppLogger-1.2.0.tar.gz (1.4 kB view hashes)

Uploaded Source

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