Search Results for

    Method ConfigureYLog

    ConfigureYLog(string, int)

    Configure native YLog module

    Declaration
    public void ConfigureYLog(string tag, int ramLogSize = 3)
    Parameters
    Type Name Description
    string tag

    Tag used by RamLog

    int ramLogSize

    The maximum memory size(in mb) used by RamLog

    Implements
    IYLogAdapter.ConfigureYLog(string, int)
    In This Article