FatEcto v0.5.0 FatUtils.BasicLogger View Source

Logs error messages in case of failure or success on console.

Link to this section Summary

Functions

Takes data and then logs the data information with title as a key and data as value on console.

Takes data and then logs the data information with title as a key and data as value on console.

Link to this section Functions

Link to this function

log_action_failed(data, title \\ "details", opts \\ [])

View Source

Takes data and then logs the data information with title as a key and data as value on console.

Link to this function

log_action_success(data, title \\ "details", opts \\ [])

View Source

Takes data and then logs the data information with title as a key and data as value on console.