feat(wip): list rooms
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Ragon.Server.Logging;
|
||||
|
||||
public interface IRagonLoggerFactory
|
||||
{
|
||||
public IRagonLogger GetLogger(string tag);
|
||||
}
|
||||
Reference in New Issue
Block a user