File tree Expand file tree Collapse file tree 1 file changed +16
-17
lines changed
Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Original file line number Diff line number Diff line change 1- =======
21Changes
32=======
43
541.2.0 (2021-08-09)
6- ==================
5+ ------------------
76
87 - Support Python 3.9
98 - Remove Python 3.4 and 3.5 support.
109
11101.1.0 (2020-02-10)
12- ==================
11+ ------------------
1312
1413 - Support Python 3.8
1514 - Fix broken ``set_format `` function when formatter argument is given.
1615
17161.0.0 (2019-04-03)
18- ==================
17+ ------------------
1918
2019 - Renamed:
2120
22- - ``turn_logging_datetime(on= True) ``
23- - ``turn_logging_thread_name(on= False) ``
24- - ``turn_logging_process_id(on= False) ``
21+ - ``turn_logging_datetime(on- True) ``
22+ - ``turn_logging_thread_name(on- False) ``
23+ - ``turn_logging_process_id(on- False) ``
2524
2625 - Support most same APIs between alog and Alogger.
2726 - Add ``alog.pdir() `` for handy replacing ``[attr for attr in dir(obj)
2827 if not attr.startswith("_")] ``.
2928
30290.9.13 (2017-06-18)
31- ===================
30+ -------------------
3231
33- - Fix not able to ``turn_log_datetime(on= False) ``.
32+ - Fix not able to ``turn_log_datetime(on- False) ``.
3433
35340.9.12 (2017-06-16)
36- ===================
35+ -------------------
3736
38- - Support not showing_log_datetime by ``turn_log_datetime(on= False) ``.
37+ - Support not showing_log_datetime by ``turn_log_datetime(on- False) ``.
3938
40390.9.11 (2017-04-07)
41- ===================
40+ -------------------
4241
4342 - Add ``alog.getLogger() `` for handy replacing ``logging.getLogger ``.
4443
45440.9.10 (2017-03-27)
46- ===================
45+ -------------------
4746
4847 - Default logging format asctime to "%Y-%m-%d %H:%M:%S" instead of
4948 "%Y-%m-%d,%H:%M:%S.%f".
5049 - Update package info and usage (setup.py, README, ...).
5150
52510.9.9 (2016-08-28)
53- ==================
52+ ------------------
5453
5554 - Update to turn_thread_name and turn_process_id.
5655
57560.9.8 (2016-08-27)
58- ==================
57+ ------------------
5958
6059 - Support showing_thread_name and showing_process_id.
6160 - Support global reset.
6261
63620.9.7 (2016-08-17)
64- ==================
63+ ------------------
6564
6665 - Better paths log for None default root name.
6766
68670.9.6 (2016-08-16)
69- ==================
68+ ------------------
7069
7170 - First public release.
You can’t perform that action at this time.
0 commit comments