ReasonChip Logging

This module provides simple logging calls to explicity log within the pipelines. Standard levels are supported.

View source code here: GitHub

reasonchip.debug.log

Log a message with a specific log level.

Request Parameters

FieldTypeDescription
leveltyping.Literal['info', 'debug', 'warning', 'error', 'critical']The log level to set
messagetyping.AnyThe message to log. It should be able to be converted to a string.

© 2025 South Patron LLC. All rights reserved.

AI everywhere.