Class YLogLogger
Logger which encapsulate native YLog
Inherited Members
Namespace: YVR.Utilities
Assembly: YVR.Utilities.Runtime.dll
Syntax
public class YLogLogger : LoggerBase
Constructors
Name | Description |
---|---|
YLog |
Constructor for YLogLogger |
Fields
Name | Description |
---|---|
ram |
Priority threshold for RamLog |
Methods
Name | Description |
---|---|
Configure |
Configure YLog |
Debug |
Handle for output log in Debug priority |
Error |
Handle for output log in Error priority |
Info |
Handle for output log in Info priority |
On |
Logger which encapsulate native YLog |
Output |
Set the logcat output handler of YLogAdapter. |
Save |
Save the log in memory to local IO |
Warn |
Handle for output log in Warn priority |