Code style

This commit is contained in:
ClemensFischer 2025-09-19 18:48:05 +02:00
parent f897ce3d36
commit 046cebb341
8 changed files with 9 additions and 9 deletions

View file

@ -48,7 +48,7 @@ namespace MapControl.Caching
rootDirectory = new DirectoryInfo(!string.IsNullOrEmpty(path) ? path : "TileCache");
rootDirectory.Create();
logger = loggerFactory?.CreateLogger<ImageFileCache>();
logger = loggerFactory?.CreateLogger(typeof(ImageFileCache));
logger?.LogInformation("Started in {name}", rootDirectory.FullName);
var memoryCacheOptions = new MemoryDistributedCacheOptions();