NoctermLogging extension

Extension methods for logging analysis operations.

on

Methods

logDebug(String message) → void

Available on Object, provided by the NoctermLogging extension

Log debug message with this class name as context.
logError(String message, [Object? error, StackTrace? stackTrace]) → void

Available on Object, provided by the NoctermLogging extension

Log error message with this class name as context.
logInfo(String message) → void

Available on Object, provided by the NoctermLogging extension

Log info message with this class name as context.
logWarning(String message) → void

Available on Object, provided by the NoctermLogging extension

Log warning message with this class name as context.