Skip to content

1.1

Compare
Choose a tag to compare
@2018-11-27 2018-11-27 released this 29 Apr 02:02
· 8 commits to master since this release

1.Optimize logical blocks for real code imports.
2.Multiple log messages can be passed, and add a new parameter sep to concatenate log messages. 3.Add optional parameters onelineandlinesep`, make the log message always one line.
4.Modified the exception class that raises parameter exceptions, and updated the exception prompt content.
5.Nulls at both ends of the log string are no longer automatically eliminated (rollback of changes made in the last version).
6.Improve (eliminated) prompt that attributes do not exist when getting log instances, in some code editors.
7.Update (or add) the paramenter descriotion of a large number of functions.
8.Update the readme file.

1.优化真实代码导入的逻辑块。
2.支持传入多条日志消息,并新增一个参数 sep 用于拼接日志消息。
3.新增可选参数 onelinelinesep,让日志消息始终保持为一行。
4.修改引发参数异常时的异常类,并更新了异常提示内容。
5.不再自动消除日志字符串两端的空字符(回退上个版本的改动)。
6.改进(消除)获取日志实例时提示属性不存在,在一些代码编辑器中。
7.更新(或新增)大量函数的参数描述。
8.更新自述文件。