Search Unity

[Released] Logwin.Log(), keep your console clean.

Discussion in 'Assets and Asset Store' started by Sephius, Jul 13, 2019.

  1. Sephius

    Sephius

    Joined:
    Jul 5, 2013
    Posts:
    10

    Hi,

    I'm proud to announce the release of Logwin.log() on the asset store.

    Get it on the asset store
    Check the doc here

    Logwin.Log() is a better log tracker, it helps you track values without flooding your editor console. Moreover, calling Logwin.Log() takes only 5% of a Debug.Log() call processing time!

    Features:
    - Minimal impact on performances compared to Debug.Log (20 times more performant)
    - Display an editor window with the data you want to keep an eye on
    - Track values frame by frame
    - Stay organized: Display each value in categories
    - No more console flood! Prevent the console from being spammed with lots of Debug.Log messages
    - Stacktrace visualization: open the file at the correct line in 1 click
    - Customizable shortcuts to go even faster
    - Lots of settings to customize

    If you encounter a bug, have any feedback or feature request, you can reply to this post or send me an email here: me@julien-foucher.com
    I would be glad to improve this asset with your feedbacks!
     
    Last edited: Jul 13, 2019
  2. Sephius

    Sephius

    Joined:
    Jul 5, 2013
    Posts:
    10
    [Update 1.01]
    Added requested feature: enable/disable output to Debug.Log of Logwin.Log in build