FindMyFiles
FindMyFiles.Services
NotifySeverity Enum
Severity of an AppNotification — selects the InfoBar style and the file-log level, and decides whether the entry auto-dismisses (Info) or stays until the user closes it.
public enum NotifySeverity
Fields
Info 0
Transient confirmation — logged at INFO; dissolves on its own.
Warning 1
A degraded path the user should know about — logged at WARN; stays until dismissed.
Error 2
A failure — logged at ERROR; stays until dismissed.