logException function
Log an exception (public API).
Implementation
void logException(EditorState state, Object error, [String? context]) {
_logException(state, error, context ?? 'extension');
}
Log an exception (public API).
void logException(EditorState state, Object error, [String? context]) {
_logException(state, error, context ?? 'extension');
}