GraphqlQuery.Logger (graphql_query v0.3.7)

View Source

Logger helper to differentiate between compile time and runtime warnings.

In compile time it will use IO.warn/2, in runtime it will use Logger.warning/2.

Summary

Functions

warning(message, location)

(macro)