Method ConfigureYLog
ConfigureYLog(string, int)
Configure native YLog module
Declaration
public void ConfigureYLog(string tag, int ramLogSize = 5)
Parameters
Type | Name | Description |
---|---|---|
string | tag | Tag used by RamLog |
int | ramLogSize | The maximum memory size(in mb) used by RamLog |