Startup Message

This commit is contained in:
2023-07-16 17:34:02 +02:00
parent a897a7b3a2
commit 6741ca096b
2 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,10 @@ public class Program
Directory.CreateDirectory(logsFolderPath);
Logger logger = new(new[] { Logger.LoggerType.FileLogger, Logger.LoggerType.ConsoleLogger }, Console.Out, Console.Out.Encoding, logFilePath);
logger.WriteLine("Tranga",value: "\n"+
"-------------------------------------------\n"+
" Starting Tranga-API\n"+
"-------------------------------------------");
logger.WriteLine("Tranga", "Loading settings.");
TrangaSettings settings;