Serial.print(ln) suggestion

I've been using the BIN and HEX modifiers on the Serial.print methods and would like to suggest that these methods be modified to
send 0x#### for HEX ad B########... for binary

When debugging over a serial monitor with mixed prints its easy to forget that 11 is 3 and not 11.