mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 12:43:39 +00:00
Log service. Linker adjustments.
This commit is contained in:
13
src/Android/Services/LogService.cs
Normal file
13
src/Android/Services/LogService.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using Bit.App.Abstractions;
|
||||
|
||||
namespace Bit.Android.Services
|
||||
{
|
||||
public class LogService : ILogService
|
||||
{
|
||||
public void WriteLine(string message)
|
||||
{
|
||||
Console.WriteLine(message);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user