Class YLogAndroidAdapter
Implements
Namespace: YVR.Utilities
Assembly: YVR.Utilities.Runtime.dll
Syntax
[ExcludeFromDocs]
[ExcludeFromCoverage]
public class YLogAndroidAdapter : IYLogAdapter
Methods
Name | Description |
---|---|
ConfigureYLog(string, int) | Configure native YLog module |
DebugHandle(string) | Handle to output log using logcat in Debug priority |
DebugViaUnity(string) | |
ErrorHandle(string) | Handle to output log using logcat in Error priority |
ErrorViaUnity(string) | |
InfoHandle(string) | Handle to output log using logcat in Info priority |
InfoViaUnity(string) | |
RamDebugHandle(string) | Handle to output log using ram in Debug priority |
RamErrorHandle(string) | Handle to output log using ram in Error priority |
RamInfoHandle(string) | Handle to output log using ram in Info priority |
RamWarnHandle(string) | Handle to output log using ram in Warn priority |
SaveLog() | Save the log in memory to local IO |
SetLogcatOutputHandler(bool) | Basically used for debugging native log |
WarnHandle(string) | Handle to output log using logcat in Warn priority |
WarnViaUnity(string) |