bbbscarter / UberLogger

Replacement logging framework for Unity, with a new editor and in-game console
MIT License
475 stars 62 forks source link

"Register" info message from UberLogger #20

Closed michidk closed 7 years ago

michidk commented 7 years ago

Sometimes this log entry appears (just in the unity console):

Register
UnityEngine.Debug:Log(Object)
UberDebug:UnityLog(Object) (at Assets/UberLogger/UberDebug.cs:85)
UberLogger.Logger:.cctor() (at Assets/UberLogger/UberLogger.cs:204)
UberLoggerEditorWindow:OnEnable() (at Assets/UberLogger/Editor/UberLoggerEditorWindow.cs:81)
UberLoggerEditorWindow:OnEnable() (at Assets/UberLogger/Editor/UberLoggerEditorWindow.cs:60)

Can this be removed?

xrix4096 commented 7 years ago

Just comment out line 205 of UberLogger.cs

bbbscarter commented 7 years ago

Yeah - that shouldn't be in there. Doh - if someone gets to it before me, feel free to lob over a PR.

michidk commented 7 years ago

@xrix4096 thanks for the PR! @bbbscarter I guess the PR is ready for merge?

bbbscarter commented 7 years ago

Fixed via the PR.