Skip to main content

No project description provided

Project description

Snowy Simple Logger

Object oriented library created in Rust to logging data into stdout and files.

Project structure

snowy_simple_logger
  | Console
    | success(message: str) # staticmethod
    | error(message: str) # staticmethod
    | warn(message: str) # staticmethod
    | info(message: str) # staticmethod
  | File(log_file_full_name: str) # constructor
    | path # points to the log_file_full_name parameter in the constructor
    | success(message: str)
    | error(message: str)
    | warn(message: str)
    | info(message: str)

Special cases

When you pass to the snowy_simple_logger.File(log_file_full_name: str) constructor empty string ("" or ''), library will use as path to the log file "log.log" next to interpreted Python file.

When you pass to the snowy_simple_logger.File(log_file_full_name: str) constructor word file name without extension .log, library will use as path this name but with injected to the end .log.

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 Distributions

snowy_simple_logger-1.0.1-cp38-none-win_amd64.whl (130.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

snowy_simple_logger-1.0.1-cp37-none-win_amd64.whl (130.5 kB view details)

Uploaded CPython 3.7 Windows x86-64

snowy_simple_logger-1.0.1-cp36-none-win_amd64.whl (130.7 kB view details)

Uploaded CPython 3.6 Windows x86-64

File details

Details for the file snowy_simple_logger-1.0.1-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for snowy_simple_logger-1.0.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 c6fd5fc731527256794972cd645d7614caab3a2b48ed95d5ecc2e7eed95fa839
MD5 1d9cf8cc0c0e1b03f4f72e548be8065d
BLAKE2b-256 7a0f068cbe9b8ba95d11f74fd67d1e3a44ce2e0bdd99623c0a39c7c1401b49e0

See more details on using hashes here.

File details

Details for the file snowy_simple_logger-1.0.1-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for snowy_simple_logger-1.0.1-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 4fbacb84a2c8a3ce5bc482d9999dfd47fc102ecc678af9d11700f1ddc7e0ae35
MD5 330cf24d59718f538b980c1604a35625
BLAKE2b-256 1e36d31f06b4a435305054fc0375c325abaab5a97ad07716d98f7af7428c184c

See more details on using hashes here.

File details

Details for the file snowy_simple_logger-1.0.1-cp36-none-win_amd64.whl.

File metadata

File hashes

Hashes for snowy_simple_logger-1.0.1-cp36-none-win_amd64.whl
Algorithm Hash digest
SHA256 9a519ee6884ef8d7c984ca60e33e4a29721232bbba1870f3a55223da438abf2c
MD5 55390916814457b53fbc83d8d644107a
BLAKE2b-256 1db6faa55e38dbda67c6f0bf41fffa9077afdd885df3b1a4bcf784f64766b944

See more details on using hashes here.

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