codemelted_logger library

Provides a basic logging facility to report issues to the browser console along with post processing of events. Also hooks into the Flutter Engine to catch and report any issues un-resolved.

Classes

CLogRecord
Wraps the handle logged event for logging and later processing.
CodeMeltedLogger
Sets up the logging facility along with hooking into the Flutter Engine for any unhandled errors. Events logged are sent to the browser console with the onLogEvent handling more advanced logging if set.

Enums

CLogLevel
Identifies the supported log levels for the codemelted_flutter module.

Properties

codemelted_logger CodeMeltedLogger
Sets up the utility namespace for the CodeMeltedLogger.
final

Typedefs

COnLogEventHandler = Future<void> Function(CLogRecord)
Handler to support the codemelted_flutter module for post processing of a logged event.