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