Implemented logger.Success
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Core.Models.Logging;
|
||||
using Core.Models.Logging;
|
||||
|
||||
namespace Core.Models.Utils;
|
||||
|
||||
@@ -8,7 +8,7 @@ public interface ILogger
|
||||
// void WriteToLogFile(string data);
|
||||
// void Log(string data, LogTextColor? color, string? backgroundColor = null);
|
||||
// void LogWithColor(string data, LogTextColor textColor, LogBackgroundColor? backgroundColor = null);
|
||||
// void Success(string data);
|
||||
void Success(string data);
|
||||
void Error(string data);
|
||||
void Warning(string data);
|
||||
void Info(string data);
|
||||
|
||||
Reference in New Issue
Block a user