LambdaBase v0.1.0 Util.LambdaLogger

Documentation for Logger.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Log Debug.

Log Error.

Log Information.

Log Warning.

Link to this section Functions

Link to this function

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Log Debug.

Log Error.

Log Information.

Link to this function

start(log_level \\ :info)

Start Logger.

log_level must be in [:debug, :info, :warn, :error]

Log Warning.