static bool | SuppressLogs[Get] Hides all errors from the console |
static void | |
static void | |
static void | |
static void | |
static void | Performs a Debug.LogWarning with custom categorization and using the global log level |
static void | |
static void | Performs a Debug.LogError with custom categorization and using the global log level |
static void | |
static void | |
static string | FormatStackTrace ( string stackTrace ) |
bool Meta.WitAi.VLog.SuppressLogs |
---|
Hides all errors from the console |
Action<StringBuilder, string, VLogLevel> Meta.WitAi.VLog.OnPreLog ( ) |
---|
Event for appending custom data to a log before logging to console |
static void Meta.WitAi.VLog.I ( object log ) |
---|
Performs a Debug.Log with custom categorization and using the global log level of Info Parameters log The text to be debugged logCategoryThe category of the log |
static void Meta.WitAi.VLog.I ( string logCategory, object log ) |
---|
No description available.
|
static void Meta.WitAi.VLog.D ( object log ) |
---|
Performs a Debug.Log with custom categorization and using the global log level Parameters log The text to be debugged logCategoryThe category of the log |
static void Meta.WitAi.VLog.D ( string logCategory, object log ) |
---|
No description available.
|
static void Meta.WitAi.VLog.W ( object log, Exception e ) |
---|
Performs a Debug.LogWarning with custom categorization and using the global log level Parameters log The text to be debugged logCategoryThe category of the log |
static void Meta.WitAi.VLog.W ( string logCategory, object log, Exception e ) |
---|
No description available.
|
static void Meta.WitAi.VLog.E ( object log, Exception e ) |
---|
Performs a Debug.LogError with custom categorization and using the global log level Parameters log The text to be debugged logCategoryThe category of the log |
static void Meta.WitAi.VLog.E ( string logCategory, object log, Exception e ) |
---|
No description available.
|
static void Meta.WitAi.VLog.Log ( VLogLevel logType, string logCategory, object log, Exception exception ) |
---|
Filters out unwanted logs, appends category information and performs UnityEngine.Debug.Log as desired Parameters logTypelogcategory |
static string Meta.WitAi.VLog.FormatStackTrace ( string stackTrace ) |
---|
No description available.
|