mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-11 04:18:18 +02:00
Logmessages for creation of library and notification Connector
This commit is contained in:
@@ -6,6 +6,7 @@ public abstract class NotificationConnector : GlobalBase
|
||||
|
||||
protected NotificationConnector(GlobalBase clone, NotificationConnectorType notificationConnectorType) : base(clone)
|
||||
{
|
||||
Log($"Creating notificationConnector {Enum.GetName(notificationConnectorType)}");
|
||||
this.notificationConnectorType = notificationConnectorType;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user