mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-13 06:44:38 +01:00
add support for loglevel color configuration
This commit is contained in:
@@ -8,6 +8,7 @@ namespace AscNet.SDKServer
|
||||
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
log.LogLevelColor[Logging.LogLevel.INFO] = ConsoleColor.Blue;
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
|
||||
// Disables default logger
|
||||
|
||||
Reference in New Issue
Block a user