mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Log environment-obtained paths
This commit is contained in:
parent
82869a14e4
commit
ed36e7f2dd
@ -159,6 +159,8 @@ namespace Bloxstrap
|
|||||||
}
|
}
|
||||||
|
|
||||||
Logger.WriteLine(LOG_IDENT, $"Loaded from {Paths.Process}");
|
Logger.WriteLine(LOG_IDENT, $"Loaded from {Paths.Process}");
|
||||||
|
Logger.WriteLine(LOG_IDENT, $"Temp path is {Paths.Temp}");
|
||||||
|
Logger.WriteLine(LOG_IDENT, $"WindowsStartMenu path is {Paths.WindowsStartMenu}");
|
||||||
|
|
||||||
// To customize application configuration such as set high DPI settings or default font,
|
// To customize application configuration such as set high DPI settings or default font,
|
||||||
// see https://aka.ms/applicationconfiguration.
|
// see https://aka.ms/applicationconfiguration.
|
||||||
|
Loading…
Reference in New Issue
Block a user