debug | Emit a debug-level diagnostic for troubleshooting. |
error | Emit an error that indicates failure but allows continuation. |
fatal | Emit a fatal error and mark the report as the highest severity. |
getMinimumLevel | Get the minimum threshold level for reporting. |
info | Emit an informational message for users. |
log | Format a message to the console. |
print | Report a message to the console. |
setMinimumLevel | Set the minimum threshold level for reporting. |
setSourceLocationWarnings | If true, source location information will be printed with warnings, errors, and fatal messages. |
trace | Emit a trace-level diagnostic (verbose, off by default). |
warn | Emit a warning that does not stop execution. |