LambdaBase v1.3.4 LambdaBase.Util.LambdaLogger View Source

Link to this section Summary

Functions

debug(message) deprecated

Log Debug.

error(message) deprecated

Log Error.

info(message) deprecated

Log Information.

warn(message) deprecated

Log Warning.

Link to this section Functions

This function is deprecated. Use LambdaBase.Logger.debug/1 instead.

Log Debug.

This function is deprecated. Use LambdaBase.Logger.error/1 instead.

Log Error.

This function is deprecated. Use LambdaBase.Logger.info/1 instead.

Log Information.

This function is deprecated. Use LambdaBase.Logger.warn/1 instead.

Log Warning.