1
0

Added DbExtensions for database transactions

This commit is contained in:
2023-03-29 18:11:09 +02:00
parent f2d07dcf1f
commit 5c4165dfd0
3 changed files with 95 additions and 4 deletions

View File

@@ -14,9 +14,9 @@ namespace AMWD.Common.Logging
/// Implements a file logging based on the <see cref="ILogger"/> interface.
/// </summary>
/// <remarks>
/// This implementation is also implementing the <see cref="IDisposable"/> interface!
/// This implementation is also using the <see cref="IDisposable"/> interface!
/// <br/>
/// Inspired by <a href="https://github.com/aspnet/Logging/blob/2d2f31968229eddb57b6ba3d34696ef366a6c71b/src/Microsoft.Extensions.Logging.Console/ConsoleLogger.cs" />
/// Inspired by <see href="https://github.com/aspnet/Logging/blob/2d2f31968229eddb57b6ba3d34696ef366a6c71b/src/Microsoft.Extensions.Logging.Console/ConsoleLogger.cs">ConsoleLogger.cs</see>
/// </remarks>
/// <seealso cref="ILogger" />
/// <seealso cref="IDisposable" />