Fix a few
This commit is contained in:
parent
2ec26308a7
commit
639b056f1a
@ -99,7 +99,7 @@ namespace WebSocketSharp
|
|||||||
/// <param name="output">
|
/// <param name="output">
|
||||||
/// An <c>Action<LogData, string></c> delegate that references the method(s)
|
/// An <c>Action<LogData, string></c> delegate that references the method(s)
|
||||||
/// used to output a log. A <see cref="string"/> parameter passed to this delegate
|
/// used to output a log. A <see cref="string"/> parameter passed to this delegate
|
||||||
/// is <paramref name="file"/> if any.
|
/// is <paramref name="file"/>.
|
||||||
/// </param>
|
/// </param>
|
||||||
public Logger (LogLevel level, string file, Action<LogData, string> output)
|
public Logger (LogLevel level, string file, Action<LogData, string> output)
|
||||||
{
|
{
|
||||||
@ -162,7 +162,7 @@ namespace WebSocketSharp
|
|||||||
/// <para>
|
/// <para>
|
||||||
/// An <c>Action<LogData, string></c> delegate that references the method(s) used to
|
/// An <c>Action<LogData, string></c> delegate that references the method(s) used to
|
||||||
/// output a log. A <see cref="string"/> parameter passed to this delegate is the value of
|
/// output a log. A <see cref="string"/> parameter passed to this delegate is the value of
|
||||||
/// the <see cref="Logger.File"/> if any.
|
/// the <see cref="Logger.File"/>.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// If the value to set is <see langword="null"/>, the current output action is changed to
|
/// If the value to set is <see langword="null"/>, the current output action is changed to
|
||||||
|
Loading…
Reference in New Issue
Block a user