Console Enhanced Pro is a vastly improved editor console for Unity.
Pro Features:
Callstack Navigation: Open any line of the callstack with a double click.
Custom Tabs & Categories: Organize logs in custom categories that sit alongside Error, Warning, and Log tabs. Tabs are matched using keywords of your choosing. Simply toggle tabs to control spam!
Wrapper Function Support: Specify your project's wrapper functions so that when clicking on a log entry, it takes you to your function instead of Debug.Log.
DLL Support: ConsoleE opens source files built from DLLs. Files are automagically opened in the original VS solution that built the DLL (on Windows).
Extendable: Write high-level C# extensions to edit right-click menus, intercept selection events, or override how open files are opened. You can even override behavior for how entries are categorized into tabs.