19 lines
1.3 KiB
Plaintext
19 lines
1.3 KiB
Plaintext
2023-11-18 21:28:18.7273|INFO|Server.System.ProtocolProcessor|Server Start
|
|
2023-11-18 21:47:53.5657|INFO|Server.System.ProtocolProcessor|Server Start
|
|
2023-11-18 21:49:59.4784|INFO|Server.System.ProtocolProcessor|GetRequst : {
|
|
"test":"test"
|
|
}
|
|
2023-11-18 21:49:59.5825|INFO|Server.System.ProtocolProcessor|GetResponse : {"status":200}
|
|
2023-11-18 23:09:10.0313|INFO|Server.System.ProtocolProcessor|GetRequst : {
|
|
"aaa":"aa"
|
|
}
|
|
2023-11-18 23:09:10.0313|INFO|Server.System.ProtocolProcessor|GetResponse : {"status":200}
|
|
2023-11-18 23:30:18.5940|ERROR|Server.System.ProtocolProcessor|GetErrorResponse : System.ArgumentNullException: Value cannot be null. (Parameter 's')
|
|
at System.Int32.Parse(String s)
|
|
at Server.System.ProtocolProcessor.Process(HttpContext context) in E:\git\CsServer\Server\System\SystemMain.cs:line 40
|
|
2023-11-18 23:30:27.6377|ERROR|Server.System.ProtocolProcessor|GetErrorResponse : System.ArgumentNullException: Value cannot be null. (Parameter 's')
|
|
at System.Int32.Parse(String s)
|
|
at Server.System.ProtocolProcessor.Process(HttpContext context) in E:\git\CsServer\Server\System\SystemMain.cs:line 40
|
|
2023-11-18 23:43:39.7529|INFO|Server.System.ProtocolProcessor|Server Start
|
|
2023-11-18 23:46:45.0069|INFO|Server.System.ProtocolProcessor|Server Start
|