mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Add public control sawmill to UI Manager (#6231)
* Add public control sawmill * Remove static IoCManager in MarkupTagManager * very important comment * release notes * fix merge * fix
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Robust.Shared.Log
|
||||
/// The instance we're using.
|
||||
/// As it's a direct proxy to IoC this will not work if IoC is not functional.
|
||||
/// </summary>
|
||||
// TODO: Maybe cache this to improve performance.
|
||||
// TODO: Kill
|
||||
private static ILogManager LogManagerSingleton => IoCManager.Resolve<ILogManager>();
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user