Pulse icon indicating copy to clipboard operation
Pulse copied to clipboard

Logging messages from external package dependancy that uses swift-log

Open cryptoAlgorithm opened this issue 3 years ago • 2 comments

My macOS app relies on an external package (also written by me), and even if I bootstrap swift-log in my AppDelegate like so: LoggingSystem.bootstrap(PersistentLogHandler.init), log messages from the package doesn't get captured by Pulse. Is there a recommended way to achieve this, or should I also bootstrap swift-log with Pulse in the package?

cryptoAlgorithm avatar May 17 '22 10:05 cryptoAlgorithm

Hi, are you referring to remote logging? If yes, this feature was previously disabled, but I'm adding it in Pulse 2.0. With this, you'll be able to easily connect your macOS app to Pulse Pro and view the logs there in real-time.

kean avatar Jul 18 '22 02:07 kean

@kean Nope, what I meant was that log messages from a package I depend on aren't being logged by Pulse, even though the package also uses SwiftLog.

cryptoAlgorithm avatar Jul 29 '22 10:07 cryptoAlgorithm