mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
update log ident
This commit is contained in:
parent
d244f42b49
commit
fe8643a2d7
@ -61,7 +61,7 @@ namespace Bloxstrap
|
|||||||
|
|
||||||
public LaunchSettings(string[] args)
|
public LaunchSettings(string[] args)
|
||||||
{
|
{
|
||||||
const string LOG_IDENT = "LaunchSettings";
|
const string LOG_IDENT = "LaunchSettings::LaunchSettings";
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
App.Logger.WriteLine(LOG_IDENT, $"Launched with arguments: {string.Join(' ', args)}");
|
App.Logger.WriteLine(LOG_IDENT, $"Launched with arguments: {string.Join(' ', args)}");
|
||||||
|
Loading…
Reference in New Issue
Block a user