Raxol.Core.Runtime.Log (Raxol v0.5.0)

View Source

Standardized logging helpers for error and warning messages with context and stacktraces.

Summary

Functions

debug(msg)

debug(msg, context)

debug_with_context(msg, context)

error(msg)

error(msg, context)

error_with_context(msg, context)

error_with_stacktrace(msg, error, stacktrace, context \\ nil)

Logs an error with stacktrace and context.

info(msg)

info(msg, context)

info_with_context(msg)

info_with_context(msg, context)

warning(msg)

warning(msg, context)

warning_with_context(msg, context)

Logs a warning with context.