Updated
This commit is contained in:
@@ -146,10 +146,10 @@ namespace EonaCat.logger.Managers
|
||||
return message;
|
||||
}
|
||||
|
||||
internal static void SendConsole(LoggerSettings settings, ELogType logType, string message)
|
||||
internal static void SendConsole(LoggerSettings settings, ELogType logType, string message, bool writeToConsole)
|
||||
{
|
||||
if (settings == null) return;
|
||||
if (!settings.EnableConsole) return;
|
||||
if (!writeToConsole) return;
|
||||
if (string.IsNullOrWhiteSpace(message)) return;
|
||||
|
||||
if (settings.EnableColors)
|
||||
|
||||
Reference in New Issue
Block a user