log_detail
Logs detail information.
Target
Signature
1log_detail(...)Logs detail information.
log_detail is a global callable that can be used wherever an expression is valid. log_detail interacts with logs or child processes. Quote external arguments carefully and keep process output handling explicit.
Parameters
...- Additional values may be supplied after the earlier arguments.
Examples
Basic call
1log_detail('route matched')The example keeps process or logging behavior explicit so failures are visible.