diff --git a/src/AWS.Logger.Core/IAWSLoggerConfig.cs b/src/AWS.Logger.Core/IAWSLoggerConfig.cs index 746718b..ddbf29e 100644 --- a/src/AWS.Logger.Core/IAWSLoggerConfig.cs +++ b/src/AWS.Logger.Core/IAWSLoggerConfig.cs @@ -142,7 +142,7 @@ public interface IAWSLoggerConfig bool LibraryLogErrors { get; set; } /// - /// 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. /// /// The default is going to "aws-logger-errors.txt". /// diff --git a/src/AWS.Logger.Log4net/AWSAppender.cs b/src/AWS.Logger.Log4net/AWSAppender.cs index 82df402..b8d1bec 100644 --- a/src/AWS.Logger.Log4net/AWSAppender.cs +++ b/src/AWS.Logger.Log4net/AWSAppender.cs @@ -233,7 +233,7 @@ public TimeSpan FlushTimeout } /// - /// 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. /// /// The default is going to "aws-logger-errors.txt". /// diff --git a/src/NLog.AWS.Logger/AWSTarget.cs b/src/NLog.AWS.Logger/AWSTarget.cs index 824fb45..aea632f 100644 --- a/src/NLog.AWS.Logger/AWSTarget.cs +++ b/src/NLog.AWS.Logger/AWSTarget.cs @@ -223,7 +223,7 @@ public bool LibraryLogErrors } /// - /// 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. /// /// The default is "aws-logger-errors.txt". ///