Added better log messaging
This commit is contained in:
parent
f37beb0a5d
commit
309d7c0cd3
@ -22,5 +22,12 @@ namespace TeleTok
|
||||
listener.RunListener();
|
||||
|
||||
}
|
||||
|
||||
public static void LogMessage(string text)
|
||||
{
|
||||
DateTime now =DateTime.Now;
|
||||
|
||||
Console.WriteLine("[" + now.ToString() + "] " + text);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user