mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 14:34:32 +02:00
Added all Console writes to the log. Put in "Max chars" for character list.
This commit is contained in:
parent
e90a25d0ab
commit
d6ec5e7240
3 changed files with 71 additions and 21 deletions
|
@ -47,7 +47,7 @@ namespace FFXIVClassic_Lobby_Server.common
|
|||
public static void conn(String message)
|
||||
{
|
||||
Console.Write("[{0}]", DateTime.Now.ToString("dd/MMM HH:mm"));
|
||||
Console.ForegroundColor = ConsoleColor.DarkGreen;
|
||||
Console.ForegroundColor = ConsoleColor.Green;
|
||||
Console.Write("[CONN] ");
|
||||
Console.ForegroundColor = ConsoleColor.Gray;
|
||||
Console.WriteLine(message);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue