mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 19:10:32 +00:00
46239783f3
* adding log handler that sets console color * fixing stack trace log * removing empty cases * removing string.Format
9 lines
323 B
Markdown
9 lines
323 B
Markdown
# 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](NetworkHeadlessLogger.png)
|
|
|
|
`showExceptionStackTrace` will log the stack trace of any exceptions sent to the handler. |