Open NatsuSolar opened 1 year ago
Summary
Commit dad6e7d -- [Add] Upload ALL Files for Package
root
├── src
│ └── src\LoggingManager
│ ├── src\LoggingManager\LoggingManager.py
│ ├── src\LoggingManager\__init__.py
│ ├── src\LoggingManager\logging.ini
│ ├── src\LoggingManager\logging.log
│ ├── src\LoggingManager\logging_oneline.log
│ └── src\LoggingManager\logging_Specific.ini
│
├── CHANGELOG.md
├── LICENSE
├── README.md
└── requirements.txt
None
Summary
Add:[loggers]null [handlers]nullHandler
Modify:Swich [formatter]formatter to [formatter]formatter-oneline on [handler]streamHandler.
Modify:Set [handlers]nullHandler to [loggers]root
Modify:Remove [handlers]streamHandler, fileHandler from [loggers]root → Not to log on console and logging.log and logging_oneline.log when set [handlers]nullHandler in code.
Commit 44be04d -- [Modify] logging.ini is modified
None
[Modify] The log text is deleted Summary
Commit 3eec857 -- [Modify] src/LoggingManager/logging_oneline.log
None
[Modify] Console display & oneline_logging Format is modified
[formatter_formatter]
format=--------------------------------------------------------------------------------
[%(levelname)s] L %(lineno)d <%(filename)s> [%(asctime)s]
[MSG] %(message)s
--------------------------------------------------------------------------------
--LOGGER_NAME: %(name)s
--FUNCTION: %(funcName)s
--MODULE: %(module)s
--PROCESS_ID: %(process)d
--PROCESS_NAME: %(processName)s
--THREAD_ID: %(thread)d
--THREAD_NAME: %(threadName)s
--TIME_TO_OCCUR: %(relativeCreated)d
--FILE_PASS: %(pathname)s
[formatter_formatter-oneline]
format=%(asctime)s - [%(levelname)s] %(message)s --> ( %(lineno)d ) %(name)s
Commit 6dc4ba4 -- [Modify] src/LoggingManager/logging.ini
None
[Modify] New Func: logfile_initializer() is added
Commit ac67f76 -- [Modify] src/LoggingManager/LoggingManager.py
None
[Modify] 'CHANGELOG.md' & 'README.md'
Commit be298c8 -- [Modify] CHANGELOG.md -- [Modify] README.md
None
Record of History
Record of This Project History will line here.
ABOUT REPOSITORY
Simplify logger making and management.