@@ -43,19 +43,19 @@ namespace Microsoft {
43
43
{
44
44
public:
45
45
#ifndef _WINRT_DLL /* C# .NET implementation */
46
- static String^ CollectorUrlDefault = L" https://self .events.data.microsoft.com/OneCollector/1.0/" ;
47
- static String^ CollectorUrlUnitedStates = L" https://noam .events.data.microsoft.com/OneCollector/1.0/" ;
48
- static String^ CollectorUrlGermany = L" https://emea .events.data.microsoft.com/OneCollector/1.0/" ;
49
- static String^ CollectorUrlAustralia = L" https://apac .events.data.microsoft.com/OneCollector/1.0/" ;
50
- static String^ CollectorUrlJapan = L" https://apac .events.data.microsoft.com/OneCollector/1.0/" ;
51
- static String^ CollectorUrlEurope = L" https://emea .events.data.microsoft.com/OneCollector/1.0/" ;
46
+ static String^ CollectorUrlDefault = L" https://mobile .events.data.microsoft.com/OneCollector/1.0/" ;
47
+ static String^ CollectorUrlUnitedStates = L" https://us-mobile .events.data.microsoft.com/OneCollector/1.0/" ;
48
+ static String^ CollectorUrlGermany = L" https://eu-mobile .events.data.microsoft.com/OneCollector/1.0/" ;
49
+ static String^ CollectorUrlAustralia = L" https://au-mobile .events.data.microsoft.com/OneCollector/1.0/" ;
50
+ static String^ CollectorUrlJapan = L" https://jp-mobile .events.data.microsoft.com/OneCollector/1.0/" ;
51
+ static String^ CollectorUrlEurope = L" https://eu-mobile .events.data.microsoft.com/OneCollector/1.0/" ;
52
52
#else /* WinRT .winmd linkage implementation*/
53
- static property String^ CollectorUrlDefault { String ^get () { return L" https://self .events.data.microsoft.com/OneCollector/1.0/" ; } }
54
- static property String^ CollectorUrlUnitedStates { String ^get () { return L" https://noam .events.data.microsoft.com/OneCollector/1.0/" ; } }
55
- static property String^ CollectorUrlGermany { String ^get () { return L" https://emea .events.data.microsoft.com/OneCollector/1.0/" ; } }
56
- static property String^ CollectorUrlAustralia { String ^get () { return L" https://apac .events.data.microsoft.com/OneCollector/1.0/" ; } }
57
- static property String^ CollectorUrlJapan { String ^get () { return L" https://apac .events.data.microsoft.com/OneCollector/1.0/" ; } }
58
- static property String^ CollectorUrlEurope { String ^get () { return L" https://emea .events.data.microsoft.com/OneCollector/1.0/" ; } }
53
+ static property String^ CollectorUrlDefault { String ^get () { return L" https://mobile .events.data.microsoft.com/OneCollector/1.0/" ; } }
54
+ static property String^ CollectorUrlUnitedStates { String ^get () { return L" https://us-mobile .events.data.microsoft.com/OneCollector/1.0/" ; } }
55
+ static property String^ CollectorUrlGermany { String ^get () { return L" https://eu-mobile .events.data.microsoft.com/OneCollector/1.0/" ; } }
56
+ static property String^ CollectorUrlAustralia { String ^get () { return L" https://au-mobile .events.data.microsoft.com/OneCollector/1.0/" ; } }
57
+ static property String^ CollectorUrlJapan { String ^get () { return L" https://jp-mobile .events.data.microsoft.com/OneCollector/1.0/" ; } }
58
+ static property String^ CollectorUrlEurope { String ^get () { return L" https://eu-mobile .events.data.microsoft.com/OneCollector/1.0/" ; } }
59
59
#endif
60
60
LogConfiguration ()
61
61
{
0 commit comments