mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibCore: Port CSocket over to using dbg().
Also added a LogStream operator<< for CSocketAddress.
This commit is contained in:
@@ -46,3 +46,8 @@ private:
|
||||
IPv4Address m_ipv4_address;
|
||||
String m_local_address;
|
||||
};
|
||||
|
||||
inline const LogStream& operator<<(const LogStream& stream, const CSocketAddress& value)
|
||||
{
|
||||
return stream << value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user