Kalmalyzer
Kalmalyzer
`--include ` and/or `--exclude ` would make sense, yes. I'll let you know in case I get around to implement this.
(This is fixed in PR #151)
Yes, crash report == Sentry Event in the above text. Here is an example of such an event: https://sentry.io/organizations/falldamage/issues/3026682997/?project=1910542&query=is%3Aunresolved The event contains several attachments: * UE application log file *...
Side note, Unity's regular console window does not hitch in this manner.
Thanks for the quick response. Hm. **Short term** Unreal does build each plugin as a separate, dynamically-loadable DLL when building for running the game within the editor, but when building...
https://github.com/Kalmalyzer/UberLogger/tree/copy-all-to-clipboard-in-editor is a proof-of-concept implementation for the "Always copy everything" mechanism for the editor window. (See latest two commits) What do you think of this -- good enough for a...
Thanks for making an example implementation! I was swamped with other things at work so it took some time until I could give this a look. This setup makes sense...
Thanks for implementing this. However, wouldn't it make more sense to have a "Follow" option? Just like the in-editor console windows? (both the regular Console window and the UberConsole window...
Testing again with Unity 2017.1.0f3, I am unable to reproduce it right now. It might be that this only happens under certain circumstances; will report back if/when I get a...
This is neat. I like the lightweight-ness of your implementation, that's quite in line with core UberLogger. One suggestion: change the "mute" flag into a filter level; thus, you can...