Refactored Logger.cs and LogData.cs

This commit is contained in:
sta
2014-03-03 17:22:29 +09:00
parent bb8d4c25ba
commit 2ec26308a7
3 changed files with 122 additions and 109 deletions

View File

@@ -474,7 +474,7 @@ So if you would like to change the current logging level (`WebSocketSharp.LogLev
ws.Log.Level = LogLevel.Debug;
```
This means a log with less than `LogLevel.Debug` cannot be outputted.
This means a log with lower than `LogLevel.Debug` cannot be outputted.
And if you would like to output a log, you should use any of the output methods. The following outputs a log with `LogLevel.Debug`.