File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests
tests/MSBuildDeviceIntegration
tools/xapp/Xamarin.Android.Application.Utilities Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 3535 <Compile Remove =" Expected\**" />
3636 <Compile Include =" ..\..\..\..\tools\xabuild\SymbolicLink.cs" />
3737 <Compile Include =" ..\..\..\..\tools\xapp\Xamarin.Android.Application.AssemblyStore\AssemblyStore*.cs" />
38+ <Compile Include =" ..\..\..\..\tools\xapp\Xamarin.Android.Application\Constants.cs" />
39+ <Compile Include =" ..\..\..\..\tools\xapp\Xamarin.Android.Application.Utilities\ILogger.cs" />
40+ <Compile Include =" ..\..\..\..\tools\xapp\Xamarin.Android.Application.Utilities\LogLevel.cs" />
41+ <Compile Include =" ..\..\..\..\tools\xapp\Xamarin.Android.Application.Utilities\Util.cs" />
3842 <Content Include =" Expected\GenerateDesignerFileExpected.cs" >
3943 <Link >..\Expected\GenerateDesignerFileExpected.cs</Link >
4044 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
Original file line number Diff line number Diff line change 2626 <ItemGroup >
2727 <Compile Remove =" Resources\**\*.cs" />
2828 <Compile Include =" ..\..\tools\xapp\Xamarin.Android.Application.AssemblyStore\AssemblyStore*.cs" />
29+ <Compile Include =" ..\..\tools\xapp\Xamarin.Android.Application\Constants.cs" />
30+ <Compile Include =" ..\..\tools\xapp\Xamarin.Android.Application.Utilities\ILogger.cs" />
31+ <Compile Include =" ..\..\tools\xapp\Xamarin.Android.Application.Utilities\LogLevel.cs" />
32+ <Compile Include =" ..\..\tools\xapp\Xamarin.Android.Application.Utilities\Util.cs" />
2933 <EmbeddedResource Include =" Resources\LinkDescTest\*.*" />
3034 </ItemGroup >
3135 <ItemGroup >
Original file line number Diff line number Diff line change 33
44namespace Xamarin . Android . Application . Utilities ;
55
6- enum LogLevel
7- {
8- Error ,
9- Warning ,
10- Info ,
11- Message ,
12- Debug ,
13- Verbose ,
14- }
15-
166class XamarinLoggingHelper : ILogger
177{
188 static readonly object consoleLock = new object ( ) ;
You can’t perform that action at this time.
0 commit comments