Errors print to somewhere else

Hey, I’ve recently implemented a custom- realtime development console into my game, is there any way to get all the errors and messages that are printed to the unity inspector console to print to my custom one? Thanks.

No, though Unity 4 has an on-screen development console that prints errors (including anything from Debug.LogError).