HI!
I cant out my message into log file.
1. I modify constructor WebHooksPlugin (example plugin with sdk)
public WebHooksPlugin()
{
this.UseStrictMode = true;
this.PluginHost.LogDebug("HEllo!!!!!!");
this.PluginHost.LogInfo("H123Ello!!!!!!");
}
2. Add to log4net.config file
File PluginsTest.log automaticaly create, but it is empty... What do I doing wrong?
I cant out my message into log file.
1. I modify constructor WebHooksPlugin (example plugin with sdk)
public WebHooksPlugin()
{
this.UseStrictMode = true;
this.PluginHost.LogDebug("HEllo!!!!!!");
this.PluginHost.LogInfo("H123Ello!!!!!!");
}
2. Add to log4net.config file
File PluginsTest.log automaticaly create, but it is empty... What do I doing wrong?