Skip to content

Releases: jezzmemo/JJSwiftLog

0.1.2

21 Feb 13:22
Compare
Choose a tag to compare
  • Add sentry output

Release 0.1.1

07 Feb 15:41
Compare
Choose a tag to compare

Add

  • formatters for JJLogOutput
  • filters for JJLogOutput

Deprecated

  • formatter for JJLogOutput
  • filter for JJLogOutput

Release 0.1.0

23 Jan 15:36
Compare
Choose a tag to compare

Full Changelog: 0.0.14...0.1.0

How to upgrade 0.1.0

  • Support customer formatter
  • Support customer filter
  • Built-in ANSIColor formatter for file

0.0.14

07 Jan 01:14
Compare
Choose a tag to compare
  • Add internal log output to internal console
  • Core protocol (JJLogOutput) Add identifier and delegate
  • Add JJLogEntity
  • Show write log path in console

0.0.12

08 Dec 14:35
Compare
Choose a tag to compare
  • Refactor JJSwiftLog class
  • Add startup info

Full Changelog: 0.0.11...0.0.12

0.0.11

01 Dec 15:31
Compare
Choose a tag to compare
  • Support the error I/O
  • Change the queue property is option
  • Add inlinable to the method

0.0.10

23 Nov 15:42
Compare
Choose a tag to compare
  • Support the isUseNSLog property for JJConsoleOutput
  • Add file log effect by the size and time

0.0.9

06 Dec 09:31
Compare
Choose a tag to compare
  • Support any type to log message

  • Support delete log file and archive customer path to save log

0.0.8

15 Nov 09:56
Compare
Choose a tag to compare
  • deprecated jjLogger short name
  • support N format code(File name with extension)

0.0.6

08 Apr 15:04
Compare
Choose a tag to compare
  • 新增内置日志格式
  • 默认时间格式添加时区
  • 部分单元测试