initial commit
[CPE_learningsite] / CPE / CPE.App / CPE.App.NotifyConsole / Models / Enums / LoggingLevels.cs
1 /*
2 Developer: Tyler Allen
3 Date Created: 08/24/2016
4 ---------------------------------------------------
5 */
6
7 namespace CPE.App.NotifyConsole.Models.Enums {
8     public enum LoggingLevels {
9         Info,
10         Debug,
11         Warn,
12         Error,
13         Fatal
14     }
15 }