mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Code style
This commit is contained in:
parent
f897ce3d36
commit
046cebb341
8 changed files with 9 additions and 9 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue