NatsuSolar / LoggingManager

Simplify logger making and management.
Other
1 stars 0 forks source link

Record of History #1

Open NatsuSolar opened 1 year ago

NatsuSolar commented 1 year ago

Record of History

Record of This Project History will line here.

ABOUT REPOSITORY

Simplify logger making and management.

NatsuSolar commented 1 year ago

[Add] Upload Some Files for Package

Summary

  1. Upload ALL Files for Package
    • Some files(e.g. README.md,CHANGELOG.md) are unfinished.

      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

Reference URL

None

★★★★★

LoggingManager

logging

Initialcommit

NatsuSolar commented 1 year ago

[Modify] logging.ini is modified

Summary

  1. Add:[loggers]null [handlers]nullHandler

  2. Modify:Swich [formatter]formatter to [formatter]formatter-oneline on [handler]streamHandler.

  3. Modify:Set [handlers]nullHandler to [loggers]root

  4. 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.

This commit was released as 0.1.0


Commit 44be04d -- [Modify] logging.ini is modified

Reference URL

None

★★★★★

release #Release #0.1.0

logging.ini #null #NullHandler #root

NatsuSolar commented 1 year ago

[Modify] The log text is deleted Summary

  1. The log text is deleted.

Commit 3eec857 -- [Modify] src/LoggingManager/logging_oneline.log

Reference URL

None

★☆☆☆☆

logging_oneline.log

NatsuSolar commented 1 year ago

[Modify] Console display & oneline_logging Format is modified

Changes

[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

This commit was released as 0.1.1


Commit 6dc4ba4 -- [Modify] src/LoggingManager/logging.ini

Reference URL

None

★★★★☆

release #Release #0.1.1

logging.ini #console #display #oneline

NatsuSolar commented 1 year ago

[Modify] New Func: logfile_initializer() is added

Changes


Commit ac67f76 -- [Modify] src/LoggingManager/LoggingManager.py

Reference URL

None

★★★★☆

logfile_initializer()

NatsuSolar commented 1 year ago

[Modify] 'CHANGELOG.md' & 'README.md'

Changes

Reference URL

None

★★★★☆

CHANGELOG.md #README.md

NatsuSolar commented 1 year ago

[Modify] 'README.md'

Changes

Reference URL

None

★☆☆☆☆

release #Release #0.1.2

README.md