Log messages

This commit is contained in:
ClemensFischer 2025-04-01 16:11:53 +02:00
parent 65828c9c24
commit 50c2429b07
9 changed files with 19 additions and 16 deletions

View file

@ -113,7 +113,7 @@ namespace MapControl
}
catch (Exception ex)
{
ImageLoader.LoggerFactory?.CreateLogger(typeof(GeoImage))?.LogError(ex, "{sourcePath}", sourcePath);
ImageLoader.LoggerFactory?.CreateLogger(typeof(GeoImage))?.LogError(ex, "Failed loading from {path}", sourcePath);
}
}
}