Use __CALLER__
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
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