Skip to content

Commit

Permalink
docs: Clarify LibraryLogFileName documentation in additional instances
Browse files Browse the repository at this point in the history
  • Loading branch information
ashovlin committed May 22, 2024
1 parent be4d1b6 commit e9daaca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/AWS.Logger.Core/IAWSLoggerConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public interface IAWSLoggerConfig
bool LibraryLogErrors { get; set; }

/// <summary>
/// Gets and sets the LibraryLogFileName property. This is the name of the file into which errors from the AWS.Logger.Core library will be written into.
/// Gets and sets the LibraryLogFileName property. This is the name (and optional path) of the file into which errors from the AWS.Logger.Core library will be written into.
/// <para>
/// The default is going to "aws-logger-errors.txt".
/// </para>
Expand Down
2 changes: 1 addition & 1 deletion src/AWS.Logger.Log4net/AWSAppender.cs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public TimeSpan FlushTimeout
}

/// <summary>
/// Gets and sets the LibraryLogFileName property. This is the name of the file into which errors from the AWS.Logger.Core library will be written into.
/// Gets and sets the LibraryLogFileName property. This is the name (and optional path) of the file into which errors from the AWS.Logger.Core library will be written into.
/// <para>
/// The default is going to "aws-logger-errors.txt".
/// </para>
Expand Down
2 changes: 1 addition & 1 deletion src/NLog.AWS.Logger/AWSTarget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public bool LibraryLogErrors
}

/// <summary>
/// Gets and sets the LibraryLogFileName property. This is the name of the file into which errors from the AWS.Logger.Core library will be written into.
/// Gets and sets the LibraryLogFileName property. This is the name (and optional path) of the file into which errors from the AWS.Logger.Core library will be written into.
/// <para>
/// The default is "aws-logger-errors.txt".
/// </para>
Expand Down

0 comments on commit e9daaca

Please sign in to comment.