Modified LogLevel enum values to PascalCase values

This commit is contained in:
sta
2014-03-02 22:15:41 +09:00
parent fc548650c2
commit bb8d4c25ba
10 changed files with 42 additions and 42 deletions

View File

@@ -17,7 +17,7 @@ namespace Example3
//_httpsv = new HttpServer (4649, true) // Secure;
#if DEBUG
_httpsv.Log.Level = LogLevel.TRACE;
_httpsv.Log.Level = LogLevel.Trace;
#endif
/* Secure Connection