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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.7 Windows x86-64

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

Uploaded CPython 3.6 Windows x86-64

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