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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
File details
Details for the file snowy_simple_logger-1.0.1-cp38-none-win_amd64.whl
.
File metadata
- Download URL: snowy_simple_logger-1.0.1-cp38-none-win_amd64.whl
- Upload date:
- Size: 130.4 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6fd5fc731527256794972cd645d7614caab3a2b48ed95d5ecc2e7eed95fa839 |
|
MD5 | 1d9cf8cc0c0e1b03f4f72e548be8065d |
|
BLAKE2b-256 | 7a0f068cbe9b8ba95d11f74fd67d1e3a44ce2e0bdd99623c0a39c7c1401b49e0 |
File details
Details for the file snowy_simple_logger-1.0.1-cp37-none-win_amd64.whl
.
File metadata
- Download URL: snowy_simple_logger-1.0.1-cp37-none-win_amd64.whl
- Upload date:
- Size: 130.5 kB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fbacb84a2c8a3ce5bc482d9999dfd47fc102ecc678af9d11700f1ddc7e0ae35 |
|
MD5 | 330cf24d59718f538b980c1604a35625 |
|
BLAKE2b-256 | 1e36d31f06b4a435305054fc0375c325abaab5a97ad07716d98f7af7428c184c |
File details
Details for the file snowy_simple_logger-1.0.1-cp36-none-win_amd64.whl
.
File metadata
- Download URL: snowy_simple_logger-1.0.1-cp36-none-win_amd64.whl
- Upload date:
- Size: 130.7 kB
- Tags: CPython 3.6, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a519ee6884ef8d7c984ca60e33e4a29721232bbba1870f3a55223da438abf2c |
|
MD5 | 55390916814457b53fbc83d8d644107a |
|
BLAKE2b-256 | 1db6faa55e38dbda67c6f0bf41fffa9077afdd885df3b1a4bcf784f64766b944 |