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

@@ -246,7 +246,7 @@ namespace WebSocketSharp.Server
/// Gets the logging functions.
/// </summary>
/// <remarks>
/// The default logging level is <see cref="LogLevel.ERROR"/>. If you would like to change it,
/// The default logging level is <see cref="LogLevel.Error"/>. If you would like to change it,
/// you should set the <c>Log.Level</c> property to any of the <see cref="LogLevel"/> enum
/// values.
/// </remarks>

View File

@@ -372,7 +372,7 @@ namespace WebSocketSharp.Server
/// Gets the logging functions.
/// </summary>
/// <remarks>
/// The default logging level is <see cref="LogLevel.ERROR"/>. If you would like to change it,
/// The default logging level is <see cref="LogLevel.Error"/>. If you would like to change it,
/// you should set the <c>Log.Level</c> property to any of the <see cref="LogLevel"/> enum
/// values.
/// </remarks>