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 Example2
//var wssv = new WebSocketServer ("wss://localhost:4649"); // Secure
#if DEBUG
wssv.Log.Level = LogLevel.TRACE;
wssv.Log.Level = LogLevel.Trace;
#endif
/* Secure Connection