Logger.warn

You're seeing just the macro warn, go back to Logger module for more information.
Link to this macro

warn(message_or_fun, metadata \\ [])

View Source (macro)

Logs a warning message.

Returns :ok.

This macro is deprecated in favour of warning/2.

Examples

Logger.warn("knob turned too far to the right")