Skip to main content

an easy logger outputs like java logs

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()

versions

0.0.3 upload the descriptions

0.0.2 initial upload

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.3.tar.gz (3.7 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