二〇一六年一月十九日
Setting up Logging and NetLog
Basic Setup
In Application Manifest, may also check private network ability since RemoteLogging may define local ip.
In Application Manifest, may also check private network ability since RemoteLogging may define local ip.
1 2 3 4 5 6 7 8 9 10 | // 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(); |

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 服務被牆掉了,所以不能回覆了