refactoring: removed external dependencies from server, removed webhooks from server
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Ragon.Server.Logging;
|
||||
|
||||
namespace Ragon.Relay;
|
||||
|
||||
public class RelayLoggerFactory: IRagonLoggerFactory
|
||||
{
|
||||
public IRagonLogger GetLogger(string tag)
|
||||
{
|
||||
return new RelayLogger(tag);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user