mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 10:59:31 +08:00
添加几处日志
This commit is contained in:
parent
8ebfc2d137
commit
267716ed39
|
@ -20,7 +20,6 @@ namespace FastTunnel.Client
|
|||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Client Start!");
|
||||
var logger = LogManager.GetCurrentClassLogger();
|
||||
|
||||
try
|
||||
|
|
|
@ -111,6 +111,7 @@ namespace FastTunnel.Core.Client
|
|||
|
||||
public void Login()
|
||||
{
|
||||
_logger.LogDebug("FastTunnel Client Start");
|
||||
_logger.LogDebug("登录中...");
|
||||
|
||||
//连接到的目标IP
|
||||
|
|
|
@ -33,6 +33,7 @@ namespace FastTunnel.Core.Server
|
|||
|
||||
public void Run()
|
||||
{
|
||||
_logger.LogDebug("FastTunnel Server Start");
|
||||
ListenFastTunnelClient();
|
||||
ListenCustomer();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user