Submit python logging library seed code 57/33357/2
authorliangke <lokyse@163.com>
Wed, 28 Feb 2018 07:22:43 +0000 (15:22 +0800)
committerliangke <lokyse@163.com>
Thu, 1 Mar 2018 04:52:58 +0000 (12:52 +0800)
commit15fc9df448221c4d24fe4c097fe5e00b4512f083
treef105b65035c8e576249d5e1d781253b181f35862
parent9379dc6c5bd516a7601a179603de1aeefc5140ec
Submit python logging library seed code

Change-Id: I4c039a667d7b8c7a257b2d50f94370785100a968
Issue-ID: MULTICLOUD-151
Issue-ID: LOG-161
Signed-off-by: liangke <lokyse@163.com>
16 files changed:
pom.xml
pylog/LICENSE.txt [new file with mode: 0644]
pylog/README.md [new file with mode: 0644]
pylog/__init__.py [new file with mode: 0644]
pylog/assembly.xml [new file with mode: 0644]
pylog/onaplogging/__init__.py [new file with mode: 0644]
pylog/onaplogging/logWatchDog.py [new file with mode: 0644]
pylog/onaplogging/mdcContext.py [new file with mode: 0644]
pylog/onaplogging/mdcformatter.py [new file with mode: 0644]
pylog/onaplogging/monkey.py [new file with mode: 0644]
pylog/pom.xml [new file with mode: 0644]
pylog/requirements.txt [new file with mode: 0644]
pylog/setup.py [new file with mode: 0644]
pylog/tests/__init__.py [new file with mode: 0644]
pylog/tests/test_example.py [new file with mode: 0644]
pylog/tox.ini [new file with mode: 0644]