Mirror/doc/Components/NetworkHeadlessLogger.md
James Frowen 46239783f3
feat: adding log handler that sets console color (#2001)
* adding log handler that sets console color

* fixing stack trace log

* removing empty cases

* removing string.Format
2020-06-15 14:54:35 +02:00

323 B

Network Headless Logger

Network Headless Logger replaces the the default log handler with one that set Console.ForegroundColor.

Only replaces the handler when running in headless mode.

Inspector

showExceptionStackTrace will log the stack trace of any exceptions sent to the handler.