mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-10 17:19:37 -04:00
11 lines
352 B
C#
11 lines
352 B
C#
namespace Duplicati.WebserverCore.Services;
|
|
|
|
public static partial class UpdateServiceLogger
|
|
{
|
|
[LoggerMessage(
|
|
EventId = 0,
|
|
Level = LogLevel.Warning,
|
|
Message = "Could not deserialize last update version information `{Version}`")]
|
|
public static partial void CouldNotDeserialize(
|
|
ILogger logger, string version);
|
|
} |