SpaceMadness / lunar-unity-console

High-performance Unity iOS/Android logger built with native platform UI
https://www.assetstore.unity3d.com/en/#!/content/43800
Other
833 stars 112 forks source link

Feature Request: Limit log lines to two, include the rest in message details. #204

Open TechCor8 opened 2 years ago

TechCor8 commented 2 years ago

We have a few very useful data dump logs in our app that execute with moderate frequency. In the editor, every log is always displayed as two lines. You must click the log to see the full output. This makes it very convenient, as we can ignore the dumps if we don't need them, and access them if we do.

Message Details already has the full output + stack trace. Perhaps an option can be added to limit the main output lines to two? I see options for Capacity and Trim, but I don't think these work the way described, and they have a minimum of 128.

In addition, since this would limit output in the main window, Message Details would need to include support for Rich Text.