mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Class names in Debug output
This commit is contained in:
parent
84cd6e2f9a
commit
aa6018cf0e
18 changed files with 64 additions and 66 deletions
|
|
@ -91,7 +91,7 @@ namespace MapControl.MBTiles
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Debug.WriteLine($"MBTileLayer: {ex.Message}");
|
||||
Debug.WriteLine($"{nameof(MBTileLayer)}: {ex.Message}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ namespace MapControl.MBTiles
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Debug.WriteLine($"MBTileSource: {ex.Message}");
|
||||
Debug.WriteLine($"{nameof(MBTileSource)}: {ex.Message}");
|
||||
}
|
||||
|
||||
return image;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue