Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 191 Bytes

File metadata and controls

11 lines (9 loc) · 191 Bytes

python-print_as_module

how to use

by function

log("name","hello")

by class

module = Logger("module")
module.log("hello")

Result
[module]: hello