Sergei

Results 14 comments of Sergei

I've just build everything with Log4Swift pod targeted to this commit. It works like a charm! And we do have custom appender - it was matter of 1 line change...

https://developer.apple.com/documentation/xcode_release_notes/xcode_11_4_1_release_notes Swift Resolved Issues Fixed a crash that could occur in Swift code that imported an Objective-C class defined with the objc_runtime_name attribute. (60888835)

FYI: Looks like there is some solution here: https://bugs.swift.org/browse/SR-12344

@jduquennoy Hi! Could you please take a look on my draft PR: https://github.com/jduquennoy/Log4swift/pull/26 I believe that with this fix we don't need `AppendersRegistry` (or we can do hybrid approach -...

Hey @jduquennoy ! Please take a look for unit tests fix PR: https://github.com/jduquennoy/Log4swift/pull/27 Thanks!

@jduquennoy So, it looks like the last thing which should be done is actually implement the "hybrid" approach, namely: clients could use either "old" automatic way of getting appenders, or...

@jduquennoy Gentle ping about 👆 BTW, I'm gonna prepare additional PR - fix for iOS (`AppleUnifiedLoggerAppender `).

@jduquennoy And here is the PR about 👆 Please take a look. Thanks https://github.com/jduquennoy/Log4swift/pull/28

@jduquennoy Hello, any chance to release 1.1.0 to the Cocoapods (see my comment on Jun 13)? Thanks!