Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz1273327 committed Jan 14, 2021
1 parent 42cd575 commit 0f2ca71
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 0.0.1
# 0.0.1

项目创建
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# pyloggerhelper

json格式log的帮助程序

## 使用

```python
from pyloggerhelper import log


def testrun():
log.info("test")


if __name__ == "__main__":
log.initialize_for_app("testapp")
testrun()
```

0 comments on commit 0f2ca71

Please sign in to comment.