Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Namespace Sitesource.Log
- ''' <summary>
- ''' LogEntryType
- ''' </summary>
- ''' <remarks></remarks>
- Public Enum LogEntryType
- Debug = 1
- Information = 2
- Warning = 3
- [Error] = 4
- Critical = 5
- End Enum
- End Namespace
Advertisement
Add Comment
Please, Sign In to add comment