csharp
public enum PluginSeverityHow much a plugin diagnostic matters.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
WarningSomething the user should know. The plugin is running anyway.
ErrorThe 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