You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I open the console app on my Mac and change the build configuration to release, I see the type field empty when filtering by subsystem.
What am I missing in this setup? I have followed this guide: Convenient Logging in Swift and used the exact same code. The only changes are made in subsystem and queue label names. In the output for the tutorial, you can see the type of log which gets decided by log level. What am I missing?
This configure function is called in application(_:didFinishLaunchingWithOptions:) .
I am using Willow v6.0.0. In it, I am creating a release level logger like this:
But when I open the console app on my Mac and change the build configuration to release, I see the type field empty when filtering by subsystem.
What am I missing in this setup? I have followed this guide: Convenient Logging in Swift and used the exact same code. The only changes are made in subsystem and queue label names. In the output for the tutorial, you can see the type of log which gets decided by log level. What am I missing?
This
configure
function is called inapplication(_:didFinishLaunchingWithOptions:)
.The text was updated successfully, but these errors were encountered: