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 |
|---|---|
| YLogLogger(LoggerBase, LogPrefixBase) | Constructor for YLogLogger |
Fields
| Name | Description |
|---|---|
| ramLogPriorityTHold | Priority threshold for RamLog |
Methods
| Name | Description |
|---|---|
| ConfigureYLog(string, int) | Configure YLog |
| DebugHandle(string) | Handle for output log in Debug priority |
| ErrorHandle(string) | Handle for output log in Error priority |
| InfoHandle(string) | Handle for output log in Info priority |
| OnInvalidLogImpl(object, string, LogPriority, string) | Logger which encapsulate native YLog |
| OutputViaUnity(bool) | Set the logcat output handler of YLogAdapter. |
| SaveLog() | Save the log in memory to local IO |
| WarnHandle(string) | Handle for output log in Warn priority |