mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
why must all of this be async
This commit is contained in:
parent
a81d3b0d76
commit
7dccd7b341
9 changed files with 22 additions and 11 deletions
|
|
@ -29,7 +29,11 @@ namespace MareSynchronos.Utils
|
|||
public static void Verbose(string verbose)
|
||||
{
|
||||
var caller = new StackTrace().GetFrame(1)?.GetMethod()?.ReflectedType?.Name ?? "Unknown";
|
||||
#if DEBUG
|
||||
PluginLog.Debug($"[{caller}] {verbose}");
|
||||
#else
|
||||
PluginLog.Verbose($"[{caller}] {verbose}");
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue