Log exception when (static) mapping file cannot be read (#1202)

This commit is contained in:
Stef Heyenrath
2024-10-29 19:52:31 +01:00
committed by GitHub
parent 214fb539ec
commit 3693d6a676
4 changed files with 7 additions and 7 deletions

View File

@@ -51,10 +51,10 @@ public interface IWireMockLogger
/// <summary>
/// Writes the message at the Error level using the specified exception.
/// </summary>
/// <param name="formatString">The format string.</param>
/// <param name="message">The message.</param>
/// <param name="exception">The exception.</param>
[PublicAPI]
void Error(string formatString, Exception exception);
void Error(string message, Exception exception);
/// <summary>
/// Writes the LogEntryModel (LogRequestModel, LogResponseModel and more).