ArkEcosystem Elixir Client v0.1.0 ArkEcosystem.Client.Logger View Source
This is a wrapper for the standard Logger module. It contains convenience methods for logging exceptions and objects in addition to strings.
Link to this section Summary
Functions
Outputs the object or string in debug mode
Outputs the object or string in error mode
Outputs the object or string in info mode
Outputs the object or string in the mode passed mode
Converts a rescued error and stacktrace into a pretty error output
Outputs the object or string in warn mode
Link to this section Functions
Outputs the object or string in debug mode.
Returns the object passed.
Outputs the object or string in error mode.
Returns the object passed.
Outputs the object or string in info mode.
Returns the object passed.
Outputs the object or string in the mode passed mode.
Returns the object passed.
rescued_error(Exception.t(), List.t()) :: Exception.t()
Converts a rescued error and stacktrace into a pretty error output.
Returns the error object passed.
Outputs the object or string in warn mode.
Returns the object passed.