mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 13:14:16 +01:00
potential fixes for mediator logspam
This commit is contained in:
parent
c66008aa42
commit
d99a6f8294
6 changed files with 130 additions and 98 deletions
|
|
@ -214,6 +214,10 @@ public class MarePlugin : MediatorSubscriberBase, IDisposable
|
|||
_serviceProvider.GetRequiredService<PerformanceCollector>().PrintPerformanceStats();
|
||||
}
|
||||
}
|
||||
else if (string.Equals(splitArgs[0], "medi", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
_serviceProvider.GetRequiredService<MareMediator>().PrintSubscriberInfo();
|
||||
}
|
||||
}
|
||||
|
||||
private void OpenUi()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue