Camera Shake 1.6.0f1
Reference Manual
Static Public Member Functions | List of all members
CameraShakeBase Class Reference

The base class for all Camera Shake components. More...

+ Inheritance diagram for CameraShakeBase:
+ Collaboration diagram for CameraShakeBase:

Static Public Member Functions

static void Log (object message, string prefix, string type)
 Logs a prefixed message. More...
 
static void Log (object message, string prefix, string type, Object context)
 Logs a prefixed message, with context. More...
 
static void LogError (object message, string prefix, string type)
 Logs a prefixed erorr. More...
 
static void LogError (object message, string prefix, string type, Object context)
 Logs a prefixed exception, with context. More...
 
static void LogException (System.Exception ex)
 Logs an exception. More...
 
static void LogException (System.Exception ex, Object context)
 Logs an exception, with context. More...
 
static void LogWarning (object message, string prefix, string type)
 Logs a prefixed warning. More...
 
static void LogWarning (object message, string prefix, string type, Object context)
 Logs a prefixed warning, with context. More...
 

Detailed Description

The base class for all Camera Shake components.

Member Function Documentation

static void Log ( object  message,
string  prefix,
string  type 
)
inlinestatic

Logs a prefixed message.

Parameters
messageThe message to log.
prefixThe prefix to log with the message.
typeAn identifier formatted with the prefix.
static void Log ( object  message,
string  prefix,
string  type,
Object  context 
)
inlinestatic

Logs a prefixed message, with context.

Parameters
messageThe message to log.
prefixThe prefix to log with the message.
typeAn identifier formatted with the prefix.
contextObject to which the message applies.
static void LogError ( object  message,
string  prefix,
string  type 
)
inlinestatic

Logs a prefixed erorr.

Parameters
messageThe message to log.
prefixThe prefix to log with the message.
typeAn identifier formatted with the prefix.
static void LogError ( object  message,
string  prefix,
string  type,
Object  context 
)
inlinestatic

Logs a prefixed exception, with context.

Parameters
messageThe message to log.
prefixThe prefix to log with the message.
typeAn identifier formatted with the prefix.
contextObject to which the message applies.
static void LogException ( System.Exception  ex)
inlinestatic

Logs an exception.

Parameters
exThe exception to log.
static void LogException ( System.Exception  ex,
Object  context 
)
inlinestatic

Logs an exception, with context.

Parameters
exThe exception to log.
contextObject to which the message applies.
static void LogWarning ( object  message,
string  prefix,
string  type 
)
inlinestatic

Logs a prefixed warning.

Parameters
messageThe message to log.
prefixThe prefix to log with the message.
typeAn identifier formatted with the prefix.
static void LogWarning ( object  message,
string  prefix,
string  type,
Object  context 
)
inlinestatic

Logs a prefixed warning, with context.

Parameters
messageThe message to log.
prefixThe prefix to log with the message.
typeAn identifier formatted with the prefix.
contextObject to which the message applies.