Quantcast
Channel: Photon Server — Photon Engine
Viewing all articles
Browse latest Browse all 1557

Logging

$
0
0
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?

Viewing all articles
Browse latest Browse all 1557

Trending Articles