Skip to content

Use __CALLER__

skwerl requested to merge use-caller into main

this switches the logging macros to use the __CALLER__ macro instead of a module attribute to retrieve the name of the module invoking the log call. this also adds a warning macro to match the change in elixir's Logger api

Merge request reports

Loading