Modified LogLevel enum values to PascalCase values
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user