You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LogLibraryServiceError(newSystem.Net.WebException($"Put retention policy {logGroupRetentionInDays} for LogGroup {logGroup} returned status: {putPolicyResponse.HttpStatusCode}"),serviceURL);
Copy file name to clipboardExpand all lines: src/AWS.Logger.Core/IAWSLoggerConfig.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ public interface IAWSLoggerConfig
142
142
boolLibraryLogErrors{get;set;}
143
143
144
144
/// <summary>
145
-
/// 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.
145
+
/// 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.
146
146
/// <para>
147
147
/// The default is going to "aws-logger-errors.txt".
Copy file name to clipboardExpand all lines: src/AWS.Logger.Log4net/AWSAppender.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ public TimeSpan FlushTimeout
233
233
}
234
234
235
235
/// <summary>
236
-
/// 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.
236
+
/// 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.
237
237
/// <para>
238
238
/// The default is going to "aws-logger-errors.txt".
Copy file name to clipboardExpand all lines: src/NLog.AWS.Logger/AWSTarget.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,7 @@ public bool LibraryLogErrors
223
223
}
224
224
225
225
/// <summary>
226
-
/// 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.
226
+
/// 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.
0 commit comments