Configure logger to write logs into the %appdata% directory.
Install:
pip install appdata-logger
Usage:
import logging
import appdata_logger
logger = logging.getLogger(__name__)
if __name__ == '__main__':
appdata_logger.config_with_console_and_file_handlers(application='myapp')
appdata_logger.log_command_line()
logger.info('Started')
Release files for appdata-logger 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| appdata_logger-0.2.2.tar.gz | 3.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| appdata_logger-0.2.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.8 kB
Release files / appdata_logger-0.2.2.tar.gz
| Download URL | appdata_logger-0.2.2.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
709310cd87149e330bb529711ebb182fec753c150ebfd74ddc94c6cc4b54ffae
|
|
BLAKE2b-256 checksum How to use checksums |
0588556a870776b8ec66f82125b273b0da423dc1e779efa2d6994d358890d52b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.13.1
|
Release files / appdata_logger-0.2.2-py3-none-any.whl
| Download URL | appdata_logger-0.2.2-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b5957158d9f4c4c94e804e6cf22aba8a353102323f26646d548581a313c1cfe2
|
|
BLAKE2b-256 checksum How to use checksums |
c82c527da1a68a38f874d42951b9d0ddaf8f51d6769c0cce61de2746258b6e28
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.13.1
|