InqvineStringExtensions extension

on

Properties

realizeNewLineFeeds String

Available on String, provided by the InqvineStringExtensions extension

no setter

Methods

logDebug({Map<String, dynamic> metadata = const <String, dynamic>{}}) → void

Available on String, provided by the InqvineStringExtensions extension

Create a debugging log and pass it to the InqvineEventBus
logError({Map<String, dynamic> metadata = const <String, dynamic>{}}) → void

Available on String, provided by the InqvineStringExtensions extension

Create a non-fatal error log and pass it to the InqvineEventBus
logFatal({Map<String, dynamic> metadata = const <String, dynamic>{}}) → void

Available on String, provided by the InqvineStringExtensions extension

Create a fatal error log and pass it to the InqvineEventBus
logInfo({Map<String, dynamic> metadata = const <String, dynamic>{}}) → void

Available on String, provided by the InqvineStringExtensions extension

Create an information log and pass it to the InqvineEventBus