Home

Awesome

HiLog_unity


Packagist GitHub release Github Releases

中文说明

How to use

public class Example : MonoBehaviour
{
    void Start()
    {
        HiLog.Main.EnableLogSave(); //If you want to save log file
        HiLog.Main.EnableLogScreen(); //If you want to show log on screen
    }
    int numb = 0;
    private void Update()
    {
        numb++;
        Debug.Log(numb);
        Debug.Log(numb);
        Debug.Log(numb);
        Debug.Log(numb);
        Debug.Log(numb);
        Debug.LogWarning(numb);
        Debug.LogError(numb);
    }
}

Screenshot

Image18

ezgif-5-9829fc97d6

Image15


Feature

Functionality


support: hiramtan@live.com