Initial commit
This commit is contained in:
12
Infraestructure/LogService.cs
Normal file
12
Infraestructure/LogService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Workshop8.Infrastructure
|
||||
{
|
||||
public class LogService
|
||||
{
|
||||
public async Task WriteProviderLogAsync(string message)
|
||||
{
|
||||
// TODO: implementar gravação de logs em LogsLocal ou remoto
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user