Skip to content

v2.0.1

Latest
Compare
Choose a tag to compare
@backslash-f backslash-f released this 28 Aug 07:52
2280678
  • Fix method signature: from AppLogger.log(level:message:isPrivate:) to log(level:_:isPrivate:)
    • That is, using _ message, following Apple's os framework style: Logger.log(level:_:)