relax_lib v0.1.0 RelaxLib

RelaxLib. 包含一些常用的方法

Summary

Functions

hello()

Hello world.

Examples

iex> RelaxLib.hello
:world
log(info \\ nil, opts \\ [])
log_debug()

See RelaxLib.Util.Logger.log_debug/0.

log_debug(info)

See RelaxLib.Util.Logger.log_debug/1.

log_debug(info, opts)

See RelaxLib.Util.Logger.log_debug/2.

log_error()

See RelaxLib.Util.Logger.log_error/0.

log_error(info)

See RelaxLib.Util.Logger.log_error/1.

log_error(info, opts)

See RelaxLib.Util.Logger.log_error/2.

log_info()

See RelaxLib.Util.Logger.log_info/0.

log_info(info, opts)

See RelaxLib.Util.Logger.log_info/2.

log_inspect()

See RelaxLib.Util.Logger.log_inspect/0.

log_inspect(info)

See RelaxLib.Util.Logger.log_inspect/1.

log_inspect(info, opts)

See RelaxLib.Util.Logger.log_inspect/2.

log_warn()

See RelaxLib.Util.Logger.log_warn/0.

log_warn(info, opts)

See RelaxLib.Util.Logger.log_warn/2.