mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-15 14:19:29 +00:00
e6a06915cd
Codestyle fixes Setup CODEOWNERS Setup dependabot
7 lines
91 B
C#
7 lines
91 B
C#
namespace System.Logging;
|
|
|
|
public interface ILogsWriter
|
|
{
|
|
void WriteLog(Log log);
|
|
}
|