Skip to content

Releases: AI35/easylogging

easylogging v1.2.0 stable

19 Aug 14:42
d42b162
Compare
Choose a tag to compare

V1.1.3_Beta

  • You can know input (int or any value) ; example: easylogging.error(msg) ; msg = 10

V1.2.0_Stable:

  • You don't need to place easylogging.py next to the file that uses this lib.
  • file level in logging.conf work on --logfile without use --logging (if use --logging file write all level)
  • V 1.2.0 is stable version and ready to use.

Pylog v1.1.2 Beta

16 Jul 19:45
62a0cbf
Compare
Choose a tag to compare
  • Fix DeprecationWarning:
    -Fix warn function

Pylog v1.1.1 Beta

03 May 12:40
eb98af3
Compare
Choose a tag to compare
  • Fix work on linux.
  • Add more option for logging.conf.