We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Type 'MXLog' has no member 'dev'
1 parent 5197e41 commit de5dbdcCopy full SHA for de5dbdc
ElementX/Sources/FlowCoordinators/AuthenticationFlowCoordinator.swift
@@ -245,7 +245,7 @@ class AuthenticationFlowCoordinator: FlowCoordinatorProtocol {
245
// Logging
246
247
stateMachine.addAnyHandler(.any => .any) { context in
248
- MXLog.dev("Transitioning from `\(context.fromState)` to `\(context.toState)` with event `\(String(describing: context.event))`.")
+ MXLog.info("Transitioning from `\(context.fromState)` to `\(context.toState)` with event `\(String(describing: context.event))`.")
249
}
250
251
// Unhandled
0 commit comments