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
If I programmatically call set-logger! with a run-time determined argument, it's not possible to configure the root logger since the (keyword? logger) function has already been evaluated.
The (keyword? logger) function needs to be evaluated at runtime, not macro expansion time.
The text was updated successfully, but these errors were encountered:
If I programmatically call set-logger! with a run-time determined argument, it's not possible to configure the root logger since the (keyword? logger) function has already been evaluated.
The (keyword? logger) function needs to be evaluated at runtime, not macro expansion time.
The text was updated successfully, but these errors were encountered: