Setting up Logging and NetLog
Basic Setup

In Application Manifest, may also check private network ability since RemoteLogging may define local ip.
// Define some logfilter, will log everything if filter is empty
Logger.LogFilter.Add( LogType.INFO );
Logger.LogFilter.Add( LogType.DEBUG );
Logger.LogFilter.Add( LogType.WARNING );
Logger.LogFilter.Add( LogType.ERROR );

// This enables the NetLog
NetLog.Enabled = true;
NetLog.RemoteIP = "127.0.0.1";
NetLog.Initialize();
Profile picture
斟酌 鵬兄
Tue Jan 19 2016 15:37:03 GMT+0000 (Coordinated Universal Time)
Last modified: Tue Jan 19 2016 15:37:08 GMT+0000 (Coordinated Universal Time)
Comments
No comments here.
Do you even comment?
website: 
Not a valid website
Invalid email format
Please enter your email
*Name: 
Please enter a name
Submit
抱歉,Google Recaptcha 服務被牆掉了,所以不能回覆了