- Support most same APIs between alog and Alogger. - Add ``alog.pdir()`` for handy replacing ``[attr for attr in dir(obj) if not attr.startswith("_")]``.
0.9.13
-------------------
- Fix not able to ``turn_log_datetime(on-False)``.
0.9.12
-------------------
- Support not showing_log_datetime by ``turn_log_datetime(on-False)``.
0.9.11
-------------------
- Add ``alog.getLogger()`` for handy replacing ``logging.getLogger``.