API reference
API reference
Select your platform
No SDKs available
No versions available

VLog Class

A class for internal Meta.Voice logs

Overview

Properties

static bool
Hides all errors from the console

Static Public Member Functions

static void
I
( object log )
Performs a Debug.Log with custom categorization and using the global log level of Info
static void
I
( string logCategory,
object log )
static void
D
( object log )
Performs a Debug.Log with custom categorization and using the global log level
static void
D
( string logCategory,
object log )
static void
W
( object log,
Exception e )
Performs a Debug.LogWarning with custom categorization and using the global log level
static void
W
( string logCategory,
object log,
Exception e )
static void
E
( object log,
Exception e )
Performs a Debug.LogError with custom categorization and using the global log level
static void
E
( string logCategory,
object log,
Exception e )
static void
Log
( VLogLevel logType,
string logCategory,
object log,
Exception exception )
Filters out unwanted logs, appends category information and performs UnityEngine.Debug.Log as desired

Details

Properties

bool Meta.WitAi.VLog.SuppressLogs
Hides all errors from the console

Static Member Functions

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
logCategory
The 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
logCategory
The 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
logCategory
The 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
logCategory
The 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
Did you find this page helpful?
Thumbs up icon
Thumbs down icon