Skip to main content

a python package for ...

Project description

loggerjava


an easy logger which outputs like java

how to use

use the following codes:

import loggerjava

logger = loggerjava()

logger.info("test")

logger.warn("test",pos="insidecommand")

output

[20:39:00] [main/debug]: test

[20:39:00] [main/info]: test

[20:39:00] [main/WARNING]: test

[20:39:00] [main/ERROR]: test

[20:39:00] [main/FATAL]: test

config

logger.confg()

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

loggerjava-0.0.2.tar.gz (3.5 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