deebug

LogEntryType.vb

Jul 12th, 2011
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Namespace Sitesource.Log
  2.     ''' <summary>
  3.    ''' LogEntryType
  4.    ''' </summary>
  5.    ''' <remarks></remarks>
  6.    Public Enum LogEntryType
  7.         Debug = 1
  8.         Information = 2
  9.         Warning = 3
  10.         [Error] = 4
  11.         Critical = 5
  12.     End Enum
  13. End Namespace
Advertisement
Add Comment
Please, Sign In to add comment