iptux-src / iptux

A software for sharing in LAN
GNU General Public License v2.0
445 stars 130 forks source link

improve log #554

Open lidaobing opened 7 months ago

lidaobing commented 7 months ago
[2024-04-26 21:42:36.226][iptux-132537515532736][INFO ]iptux-core/CoreThread.cpp:213:bind_iptux_port:bind TCP port(0.0.0.0:2425) success.
[2024-04-26 21:42:36.226][iptux-132537515532736][INFO ]iptux-core/CoreThread.cpp:226:bind_iptux_port:bind UDP port(0.0.0.0:2425) success.
[2024-04-26 21:42:36.226][iptux-132537045214784][INFO ]iptux-core/internal/Command.cpp:68:commandSendTo:send udp message to 255.255.255.255:2425, size 71
[2024-04-26 21:42:36.227][iptux-132537210893888][INFO ]iptux-core/internal/UdpDataService.cpp:29:process:received udp message from 192.168.1.23:2425, size 71
  1. 2024-04-26 21:42:36.226 -> 21:42:36.226123: remove date, add microsecond
  2. iptux-132537515532736 -> ui/udp/tcp/core/...: max 4 chars
  3. INFO -> I: max 1 char
  4. iptux-core/CoreThread.cpp:213: CoreThread.cpp:213: remove path, only keep filename, align