static bool | SuppressLogs[Get] Hides all errors from the console |
static void | I ( object log ) Performs a Debug.Log with custom categorization and using the global log level of Info |
static void | Performs a Debug.Log with custom categorization and using the global log level of Info |
static void | D ( object log ) Performs a Debug.Log with custom categorization and using the global log level |
static void | Performs a Debug.Log with custom categorization and using the global log level |
static void | Performs a Debug.LogWarning with custom categorization and using the global log level |
static void | Performs a Debug.LogWarning with custom categorization and using the global log level |
static void | Performs a Debug.LogError with custom categorization and using the global log level |
static void | Performs a Debug.LogError with custom categorization and using the global log level |
bool Meta.WitAi.VLog.SuppressLogs |
---|
Hides all errors from the 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 |
static void Meta.WitAi.VLog.I ( string logCategory, object log ) |
---|
Performs a Debug.Log with custom categorization and using the global log level of Info Parameters logCategory The category of the log logThe text to be debugged |
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 |
static void Meta.WitAi.VLog.D ( string logCategory, 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.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 |
static void Meta.WitAi.VLog.W ( string logCategory, 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.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 |
static void Meta.WitAi.VLog.E ( string logCategory, 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 |