Vixen
02b45cc4
csharp
public enum PluginSeverity

How much a plugin diagnostic matters.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • Warning

    Something the user should know. The plugin is running anyway.

  • Error

    The plugin is not running, and this says why.

Used by (8)

  • DiscoveryTestsVixen.Editor.Plugin.Tests
  • EditorApplicationVixen.Editor.App
  • ModuleTestsVixen.Editor.Plugin.Tests
  • PluginDiagnosticVixen.Editor.Plugin
  • PluginDiscoveryVixen.Editor.Plugin
  • PluginHostVixen.Editor.Plugin
  • PluginOrderVixen.Editor.Plugin
  • PluginReportVixen.Editor.Plugin