public static void Log(string message, IPAddress address) { Log(address == null ? message : (address.ToExpandedString() + " " + message)); }