Bolt Custom Console?

Options
I see by the docs there is a write to boltconsole but is there way to redirect the bolt console to a custom dev console that can have input commands.

Comments

  • In the bolt settings you can change where you want to output the console, which you could take and make your own console with. But if you are wondering if bolt has its own "dev" console with inputs then no.
  • DirtyHippy
    Options
    If you implement BoltLog.IWriter and set it with BoltLog.Add () you can redirect the bolt log output however you want.