Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Logging.Log Class Reference

Helper static class for logging into the Logger. More...

Static Public Member Functions

static void Debug (string subSystem, string messageFmt, params object[] args)
 Log a DEBUG level message. More...
 
static void Status (string subSystem, string messageFmt, params object[] args)
 Log a STATUS level message. More...
 
static void Warning (string subSystem, string messageFmt, params object[] args)
 Log a WARNING level message. More...
 
static void Error (string subSystem, string messageFmt, params object[] args)
 Log a ERROR level message. More...
 
static void Critical (string subSystem, string messageFmt, params object[] args)
 Log a CRITICAL level message. More...
 

Detailed Description

Helper static class for logging into the Logger.

Member Function Documentation

static void IBM.Watson.DeveloperCloud.Logging.Log.Critical ( string  subSystem,
string  messageFmt,
params object[]  args 
)
inlinestatic

Log a CRITICAL level message.

Parameters
subSystemName of the subsystem.
messageFmtMessage with formatting.
argsFormatting arguments.
static void IBM.Watson.DeveloperCloud.Logging.Log.Debug ( string  subSystem,
string  messageFmt,
params object[]  args 
)
inlinestatic

Log a DEBUG level message.

Parameters
subSystemName of the subsystem.
messageFmtMessage with formatting.
argsFormatting arguments.
static void IBM.Watson.DeveloperCloud.Logging.Log.Error ( string  subSystem,
string  messageFmt,
params object[]  args 
)
inlinestatic

Log a ERROR level message.

Parameters
subSystemName of the subsystem.
messageFmtMessage with formatting.
argsFormatting arguments.
static void IBM.Watson.DeveloperCloud.Logging.Log.Status ( string  subSystem,
string  messageFmt,
params object[]  args 
)
inlinestatic

Log a STATUS level message.

Parameters
subSystemName of the subsystem.
messageFmtMessage with formatting.
argsFormatting arguments.
static void IBM.Watson.DeveloperCloud.Logging.Log.Warning ( string  subSystem,
string  messageFmt,
params object[]  args 
)
inlinestatic

Log a WARNING level message.

Parameters
subSystemName of the subsystem.
messageFmtMessage with formatting.
argsFormatting arguments.

The documentation for this class was generated from the following file: