Samond Classes Library 1.1.6-RELEASE build 132

SCLog Class Reference

Static methods class for using instead of NSLog function. More...

#import <SCLog.h>

Inheritance diagram for SCLog:
SCObject <SCDictionaryObjectProtocol> <SCCodingProtocol> <SCStreamProtocol> <SCCollectionProtocol>

List of all members.

Static Public Member Functions

Sending Unformatted Debug Information
(void) + log:
(void) + logID:
(void) + logString:
(void) + logUnichar:
(void) + logBool:
(void) + logSignedInteger:
(void) + logUnsignedInteger:
(void) + logSignedLong:
(void) + logUnsignedLong:
(void) + logDouble:
(void) + logPointer:
(void) + logBinary:
(void) + logOctal:
(void) + logDecimal:
(void) + logHex:
(void) + logChar:
Sending Formatted Debug Information
(void) + log:format:
(void) + logID:format:
(void) + logString:format:
(void) + logUnichar:format:
(void) + logBool:format:
(void) + logSignedInteger:format:
(void) + logUnsignedInteger:format:
(void) + logSignedLong:format:
(void) + logUnsignedLong:format:
(void) + logDouble:format:
(void) + logPointer:format:
(void) + logBinary:format:
(void) + logOctal:format:
(void) + logDecimal:format:
(void) + logHex:format:
(void) + logChar:format:
Sending Conditional Unformatted Debug Information
(void) + log:condition:
(void) + logID:condition:
(void) + logString:condition:
(void) + logUnichar:condition:
(void) + logBool:condition:
(void) + logSignedInteger:condition:
(void) + logUnsignedInteger:condition:
(void) + logSignedLong:condition:
(void) + logUnsignedLong:condition:
(void) + logDouble:condition:
(void) + logPointer:condition:
(void) + logBinary:condition:
(void) + logOctal:condition:
(void) + logDecimal:condition:
(void) + logHex:condition:
(void) + logChar:condition:
(void) + log:uncondition:
(void) + logID:uncondition:
(void) + logString:uncondition:
(void) + logUnichar:uncondition:
(void) + logBool:uncondition:
(void) + logSignedInteger:uncondition:
(void) + logUnsignedInteger:uncondition:
(void) + logSignedLong:uncondition:
(void) + logUnsignedLong:uncondition:
(void) + logDouble:uncondition:
(void) + logPointer:uncondition:
(void) + logBinary:uncondition:
(void) + logOctal:uncondition:
(void) + logDecimal:uncondition:
(void) + logHex:uncondition:
(void) + logChar:uncondition:
(void) + logWithCondition:yes:no:
(void) + logIDWithCondition:yes:no:
(void) + logStringWithCondition:yes:no:
(void) + logUnicharWithCondition:yes:no:
(void) + logBoolWithCondition:yes:no:
(void) + logSignedIntegerWithCondition:yes:no:
(void) + logUnsignedIntegerWithCondition:yes:no:
(void) + logSignedLongWithCondition:yes:no:
(void) + logUnsignedLongWithCondition:yes:no:
(void) + logDoubleWithCondition:yes:no:
(void) + logPointerWithCondition:yes:no:
(void) + logBinaryWithCondition:yes:no:
(void) + logOctalWithCondition:yes:no:
(void) + logDecimalWithCondition:yes:no:
(void) + logHexWithCondition:yes:no:
(void) + logCharWithCondition:yes:no:
Sending Conditional Formatted Debug Information
(void) + log:format:condition:
(void) + logID:format:condition:
(void) + logString:format:condition:
(void) + logUnichar:format:condition:
(void) + logBool:format:condition:
(void) + logSignedInteger:format:condition:
(void) + logUnsignedInteger:format:condition:
(void) + logSignedLong:format:condition:
(void) + logUnsignedLong:format:condition:
(void) + logDouble:format:condition:
(void) + logPointer:format:condition:
(void) + logBinary:format:condition:
(void) + logOctal:format:condition:
(void) + logDecimal:format:condition:
(void) + logHex:format:condition:
(void) + logChar:format:condition:
(void) + log:format:uncondition:
(void) + logID:format:uncondition:
(void) + logString:format:uncondition:
(void) + logUnichar:format:uncondition:
(void) + logBool:format:uncondition:
(void) + logSignedInteger:format:uncondition:
(void) + logUnsignedInteger:format:uncondition:
(void) + logSignedLong:format:uncondition:
(void) + logUnsignedLong:format:uncondition:
(void) + logDouble:format:uncondition:
(void) + logPointer:format:uncondition:
(void) + logBinary:format:uncondition:
(void) + logOctal:format:uncondition:
(void) + logDecimal:format:uncondition:
(void) + logHex:format:uncondition:
(void) + logChar:format:uncondition:
(void) + logWithCondition:yes:no:format:
(void) + logIDWithCondition:yes:no:format:
(void) + logStringWithCondition:yes:no:format:
(void) + logUnicharWithCondition:yes:no:format:
(void) + logBoolWithCondition:yes:no:format:
(void) + logSignedIntegerWithCondition:yes:no:format:
(void) + logUnsignedIntegerWithCondition:yes:no:format:
(void) + logSignedLongWithCondition:yes:no:format:
(void) + logUnsignedLongWithCondition:yes:no:format:
(void) + logDoubleWithCondition:yes:no:format:
(void) + logPointerWithCondition:yes:no:format:
(void) + logBinaryWithCondition:yes:no:format:
(void) + logOctalWithCondition:yes:no:format:
(void) + logDecimalWithCondition:yes:no:format:
(void) + logHexWithCondition:yes:no:format:
(void) + logCharWithCondition:yes:no:format:

Detailed Description

Static methods class for using instead of NSLog function.

Class contains static methods sending formatted and unformatted debug information to console instead of standard NSLog function.
This class was introduced in version 1.1.0.


Member Function Documentation

+ (void) log: (id)  object

Sends to console unformatted debug information about instance variable.

Parameters:
object- debugged variable
+ (void) log: (id)  object
condition: (BOOL)  flag 

Sends to console the unformatted debug information about the specified instance variable if the specified condition flag is set to YES.

Parameters:
object- debugged variable
flag- condition flag
+ (void) log: (id)  object
format: (NSString *)  format 

Sends to console the formatted debug information about the instance variable.

Parameters:
object- debugged variable
format- format string
+ (void) log: (id)  object
format: (NSString *)  format
condition: (BOOL)  flag 

Sends to console formatted debug information about the instance variable if the specified condition flag is set to YES.

Parameters:
object- debugged variable
format- format string
flag- condition flag
+ (void) log: (id)  object
format: (NSString *)  format
uncondition: (BOOL)  flag 

Sends to console formatted debug information about the instance variable if the specified condition flag is set to NO.

Parameters:
object- debugged variable
format- format string
flag- condition flag
+ (void) log: (id)  object
uncondition: (BOOL)  flag 

Sends to console the unformatted debug information about the instance variable if the specified flag is set to NO.

Parameters:
object- debugged variable
flag- condition flag
+ (void) logBinary: (SCULong longint

Sends to console unformatted debug information about binary integer variable.

Parameters:
longint- debugged variable
+ (void) logBinary: (SCULong longint
condition: (BOOL)  flag 

Sends to console the unformatted debug information about the binary integer variable if the specified flag is set to YES.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) logBinary: (SCULong longint
format: (NSString *)  format 

Sends to console formatted debug information about binary integer variable.

Parameters:
longint- debugged variable
format- format string
+ (void) logBinary: (SCULong longint
format: (NSString *)  format
condition: (BOOL)  flag 

Sends to console formatted debug information about the binary integer variable if the specified condition flag is set to YES.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) logBinary: (SCULong longint
format: (NSString *)  format
uncondition: (BOOL)  flag 

Sends to console formatted debug information about the binary integer variable if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) logBinary: (SCULong longint
uncondition: (BOOL)  flag 

Sends to console the unformatted debug information about the binary integer variable if the specified flag is set to NO.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) logBinaryWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no 

Sends to console one of two unformatted debug information about the binary integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) logBinaryWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no
format: (NSString *)  format 

Sends to console one of two formatted debug information about the binary integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) logBool: (BOOL)  boolean

Sends to console unformatted debug information about boolean variable.

Parameters:
boolean- debugged variable
+ (void) logBool: (BOOL)  boolean
condition: (BOOL)  flag 

Sends to console the unformatted debug information about the boolean variable if the specified condition flag is set to YES.

Parameters:
boolean- debugged variable
flag- condition flag
+ (void) logBool: (BOOL)  boolean
format: (NSString *)  format 

Sends to console formatted debug information about boolean variable.

Parameters:
boolean- debugged variable
format- format string
+ (void) logBool: (BOOL)  boolean
format: (NSString *)  format
condition: (BOOL)  flag 

Sends to console formatted debug information about the boolean variable if the specified condition flag is set to YES.

Parameters:
boolean- debugged variable
format- format string
flag- condition flag
+ (void) logBool: (BOOL)  boolean
format: (NSString *)  format
uncondition: (BOOL)  flag 

Sends to console formatted debug information about the boolean variable if the specified condition flag is set to NO.

Parameters:
boolean- debugged variable
format- format string
flag- condition flag
+ (void) logBool: (BOOL)  boolean
uncondition: (BOOL)  flag 

Sends to console the unformatted debug information about the boolean variable if the specified flag is set to NO.

Parameters:
boolean- debugged variable
flag- condition flag
+ (void) logBoolWithCondition: (BOOL)  flag
yes: (BOOL)  yes
no: (BOOL)  no 

Sends to console one of two unformatted debug information about the boolean variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) logBoolWithCondition: (BOOL)  flag
yes: (BOOL)  yes
no: (BOOL)  no
format: (NSString *)  format 

Sends to console one of two formatted debug information about the boolean variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) logChar: (char *)  string

Sends to console unformatted debug information about the char string variable.

Parameters:
string- debugged variable
+ (void) logChar: (char *)  string
condition: (BOOL)  flag 

Sends to console the unformatted debug information about the char string variable if the specified flag is set to YES.

Parameters:
string- debugged variable
flag- condition flag
+ (void) logChar: (char *)  string
format: (NSString *)  format 

Sends to console formatted debug information about char string variable.

Parameters:
string- debugged variable
format- format string
+ (void) logChar: (char *)  string
format: (NSString *)  format
condition: (BOOL)  flag 

Sends to console formatted debug information about the char string variable if the specified condition flag is set to YES.

Parameters:
string- debugged variable
format- format string
flag- condition flag
+ (void) logChar: (char *)  string
format: (NSString *)  format
uncondition: (BOOL)  flag 

Sends to console formatted debug information about the char string variable if the specified condition flag is set to NO.

Parameters:
string- debugged variable
format- format string
flag- condition flag
+ (void) logChar: (char *)  string
uncondition: (BOOL)  flag 

Sends to console the unformatted debug information about the char string variable if the specified flag is set to NO.

Parameters:
string- debugged variable
flag- condition flag
+ (void) logCharWithCondition: (BOOL)  flag
yes: (char *)  yes
no: (char *)  no 

Sends to console one of two unformatted debug information about the char string variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) logCharWithCondition: (BOOL)  flag
yes: (char *)  yes
no: (char *)  no
format: (NSString *)  format 

Sends to console one of two formatted debug information about the char string variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) logDecimal: (SCULong longint

Sends to console unformatted debug information about decimal integer variable.

Parameters:
longint- debugged variable
+ (void) logDecimal: (SCULong longint
condition: (BOOL)  flag 

Sends to console the unformatted debug information about the decimal integer variable if the specified flag is set to YES.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) logDecimal: (SCULong longint
format: (NSString *)  format 

Sends to console formatted debug information about decimal integer variable.

Parameters:
longint- debugged variable
format- format string
+ (void) logDecimal: (SCULong longint
format: (NSString *)  format
condition: (BOOL)  flag 

Sends to console formatted debug information about the decimal integer variable if the specified condition flag is set to YES.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) logDecimal: (SCULong longint
format: (NSString *)  format
uncondition: (BOOL)  flag 

Sends to console formatted debug information about the octal integer variable if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
format- format string
flag- condition flag

Sends to console formatted debug information about the decimal integer variable if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) logDecimal: (SCULong longint
uncondition: (BOOL)  flag 

Sends to console the unformatted debug information about the decimal integer variable if the specified flag is set to NO.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) logDecimalWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no 

Sends to console one of two unformatted debug information about the decimal integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) logDecimalWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no
format: (NSString *)  format 

Sends to console one of two formatted debug information about the decimal integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) logDouble: (SCDouble flt

Sends to console unformatted debug information about double variable.

Parameters:
flt- debugged variable
+ (void) logDouble: (SCDouble flt
condition: (BOOL)  flag 

Sends to console the unformatted debug information about the double variable if the specified flag is set to YES.

Parameters:
flt- debugged variable
flag- condition flag
+ (void) logDouble: (SCDouble flt
format: (NSString *)  format 

Sends to console formatted debug information about double variable.

Parameters:
flt- debugged variable
format- format string
+ (void) logDouble: (SCDouble flt
format: (NSString *)  format
condition: (BOOL)  flag 

Sends to console formatted debug information about the double variable if the specified condition flag is set to YES.

Parameters:
flt- debugged variable
format- format string
flag- condition flag
+ (void) logDouble: (SCDouble flt
format: (NSString *)  format
uncondition: (BOOL)  flag 

Sends to console formatted debug information about the double variable if the specified condition flag is set to NO.

Parameters:
flt- debugged variable
format- format string
flag- condition flag
+ (void) logDouble: (SCDouble flt
uncondition: (BOOL)  flag 

Sends to console the unformatted debug information about the double variable if the specified flag is set to NO.

Parameters:
flt- debugged variable
flag- condition flag
+ (void) logDoubleWithCondition: (BOOL)  flag
yes: (SCDouble yes
no: (SCDouble no 

Sends to console one of two unformatted debug information about the double variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) logDoubleWithCondition: (BOOL)  flag
yes: (SCDouble yes
no: (SCDouble no
format: (NSString *)  format 

Sends to console one of two formatted debug information about the double variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) logHex: (SCULong longint

Sends to console unformatted debug information about hexadecimal integer variable.

Parameters:
longint- debugged variable
+ (void) logHex: (SCULong longint
condition: (BOOL)  flag 

Sends to console the unformatted debug information about the hexadecimal integer variable if the specified flag is set to YES.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) logHex: (SCULong longint
format: (NSString *)  format 

Sends to console formatted debug information about hexadecimal integer variable.

Parameters:
longint- debugged variable
format- format string
+ (void) logHex: (SCULong longint
format: (NSString *)  format
condition: (BOOL)  flag 

Sends to console formatted debug information about the hexadecimal integer variable if the specified condition flag is set to YES.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) logHex: (SCULong longint
format: (NSString *)  format
uncondition: (BOOL)  flag 

Sends to console formatted debug information about the hexadecimal integer variable if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) logHex: (SCULong longint
uncondition: (BOOL)  flag 

Sends to console the unformatted debug information about the hexadecimal integer variable if the specified flag is set to NO.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) logHexWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no 

Sends to console one of two unformatted debug information about the hexadecimal integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) logHexWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no
format: (NSString *)  format 

Sends to console one of two formatted debug information about the hexadecimal integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) logID: (id)  object

Sends to console unformatted debug information about instance variable.

Parameters:
object- debugged variable
+ (void) logID: (id)  object
condition: (BOOL)  flag 

Sends to console the unformatted debug information about the specified instance variable if the specified condition flag is set to YES.

Parameters:
object- debugged variable
flag- condition flag
+ (void) logID: (id)  object
format: (NSString *)  format 

Sends to console formatted debug information about instance variable.

Parameters:
object- debugged variable
format- format string
+ (void) logID: (id)  object
format: (NSString *)  format
condition: (BOOL)  flag 

Sends to console formatted debug information about the instance variable if the specified condition flag is set to YES.

Parameters:
object- debugged variable
format- format string
flag- condition flag
+ (void) logID: (id)  object
format: (NSString *)  format
uncondition: (BOOL)  flag 

Sends to console formatted debug information about the instance variable if the specified condition flag is set to NO.

Parameters:
object- debugged variable
format- format string
flag- condition flag
+ (void) logID: (id)  object
uncondition: (BOOL)  flag 

Sends to console the unformatted debug information about the instance variable if the specified flag is set to NO.

Parameters:
object- debugged variable
flag- condition flag
+ (void) logIDWithCondition: (BOOL)  flag
yes: (id)  yes
no: (id)  no 

Sends to console one of two unformatted debug information about the instance variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) logIDWithCondition: (BOOL)  flag
yes: (id)  yes
no: (id)  no
format: (NSString *)  format 

Sends to console one of two formatted debug information about the instance variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) logOctal: (SCULong longint

Sends to console unformatted debug information about octal integer variable.

Parameters:
longint- debugged variable
+ (void) logOctal: (SCULong longint
condition: (BOOL)  flag 

Sends to console the unformatted debug information about the octal integer variable if the specified flag is set to YES.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) logOctal: (SCULong longint
format: (NSString *)  format 

Sends to console formatted debug information about octal integer variable.

Parameters:
longint- debugged variable
format- format string
+ (void) logOctal: (SCULong longint
format: (NSString *)  format
condition: (BOOL)  flag 

Sends to console formatted debug information about the octal integer variable if the specified condition flag is set to YES.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) logOctal: (SCULong longint
format: (NSString *)  format
uncondition: (BOOL)  flag 

Sends to console formatted debug information about the octal integer variable if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) logOctal: (SCULong longint
uncondition: (BOOL)  flag 

Sends to console the unformatted debug information about the octal integer variable if the specified flag is set to NO.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) logOctalWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no 

Sends to console one of two unformatted debug information about the octal integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) logOctalWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no
format: (NSString *)  format 

Sends to console one of two formatted debug information about the octal integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) logPointer: (void *)  pointer

Sends to console unformatted debug information about pointer variable.

Parameters:
pointer- debugged variable
+ (void) logPointer: (void *)  pointer
condition: (BOOL)  flag 

Sends to console the unformatted debug information about the pointer variable if the specified flag is set to YES.

Parameters:
pointer- debugged variable
flag- condition flag
+ (void) logPointer: (void *)  pointer
format: (NSString *)  format 

Sends to console formatted debug information about pointer variable.

Parameters:
pointer- debugged variable
format- format string
+ (void) logPointer: (void *)  pointer
format: (NSString *)  format
condition: (BOOL)  flag 

Sends to console formatted debug information about the pointer variable if the specified condition flag is set to YES.

Parameters:
pointer- debugged variable
format- format string
flag- condition flag
+ (void) logPointer: (void *)  pointer
format: (NSString *)  format
uncondition: (BOOL)  flag 

Sends to console formatted debug information about the pointer variable if the specified condition flag is set to NO.

Parameters:
pointer- debugged variable
format- format string
flag- condition flag
+ (void) logPointer: (void *)  pointer
uncondition: (BOOL)  flag 

Sends to console the unformatted debug information about the pointer variable if the specified flag is set to NO.

Parameters:
pointer- debugged variable
flag- condition flag
+ (void) logPointerWithCondition: (BOOL)  flag
yes: (void *)  yes
no: (void *)  no 

Sends to console one of two unformatted debug information about the pointer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) logPointerWithCondition: (BOOL)  flag
yes: (void *)  yes
no: (void *)  no
format: (NSString *)  format 

Sends to console one of two formatted debug information about the pointer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string

Sends to console one of two formatted debug information about the pointer variables depending on

Parameters:
flag- condition flag the specified condition flag value.
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) logSignedInteger: (SCInteger integer

Sends to console unformatted debug information about 32-bit signed integer variable.

Parameters:
integer- debugged variable
+ (void) logSignedInteger: (SCInteger integer
condition: (BOOL)  flag 

Sends to console the unformatted debug information about the signed integer variable if the specified flag is set to YES.

Parameters:
integer- debugged variable
flag- condition flag

Sends to console the unformatted debug information about the signed 32-bit integer variable if the specified flag is set to YES.

Parameters:
integer- debugged variable
flag- condition flag
+ (void) logSignedInteger: (SCInteger integer
format: (NSString *)  format 

Sends to console formatted debug information about 32-bit signed integer variable.

Parameters:
integer- debugged variable
format- format string
+ (void) logSignedInteger: (SCInteger integer
format: (NSString *)  format
condition: (BOOL)  flag 

Sends to console formatted debug information about the signed 32-bit integer variable if the specified condition flag is set to YES.

Parameters:
integer- debugged variable
format- format string
flag- condition flag
+ (void) logSignedInteger: (SCInteger integer
format: (NSString *)  format
uncondition: (BOOL)  flag 

Sends to console formatted debug information about the signed 32-bit integer variable if the specified condition flag is set to NO.

Parameters:
integer- debugged variable
format- format string
flag- condition flag
+ (void) logSignedInteger: (SCInteger integer
uncondition: (BOOL)  flag 

Sends to console the unformatted debug information about the signed 32-bit integer variable if the specified flag is set to No.

Parameters:
integer- debugged variable
flag- condition flag
+ (void) logSignedIntegerWithCondition: (BOOL)  flag
yes: (SCInteger yes
no: (SCInteger no 

Sends to console one of two unformatted debug information about the signed 32-bit integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) logSignedIntegerWithCondition: (BOOL)  flag
yes: (SCInteger yes
no: (SCInteger no
format: (NSString *)  format 

Sends to console one of two formatted debug information about the signed 32-bit integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) logSignedLong: (SCLong longint

Sends to console unformatted debug information about 64-bit signed integer variable.

Parameters:
longint- debugged variable
+ (void) logSignedLong: (SCLong longint
condition: (BOOL)  flag 

Sends to console the unformatted debug information about the signed 64-bit integer variable if the specified flag is set to YES.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) logSignedLong: (SCLong longint
format: (NSString *)  format 

Sends to console formatted debug information about 64-bit signed integer variable.

Parameters:
longint- debugged variable
format- format string
+ (void) logSignedLong: (SCLong longint
format: (NSString *)  format
condition: (BOOL)  flag 

Sends to console formatted debug information about the signed 64-bit integer variable if the specified condition flag is set to YES.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) logSignedLong: (SCLong longint
format: (NSString *)  format
uncondition: (BOOL)  flag 

Sends to console formatted debug information about the signed 64-bit integer variable if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) logSignedLong: (SCLong longint
uncondition: (BOOL)  flag 

Sends to console the unformatted debug information about the signed 64-bit integer variable if the specified flag is set to NO.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) logSignedLongWithCondition: (BOOL)  flag
yes: (SCLong yes
no: (SCLong no 

Sends to console one of two unformatted debug information about the signed 64-bit integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) logSignedLongWithCondition: (BOOL)  flag
yes: (SCLong yes
no: (SCLong no
format: (NSString *)  format 

Sends to console one of two formatted debug information about the signed 64-bit integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) logString: (NSString *)  string

Sends to console unformatted debug information about string variable.

Parameters:
string- debugged variable
+ (void) logString: (NSString *)  string
condition: (BOOL)  flag 

Sends to console the unformatted debug information about the string variable if the specified condition flag is set to YES.

Parameters:
string- debugged variable
flag- condition flag
+ (void) logString: (NSString *)  string
format: (NSString *)  format 

Sends to console formatted debug information about string variable.

Parameters:
string- debugged variable
format- format string
+ (void) logString: (NSString *)  string
format: (NSString *)  format
condition: (BOOL)  flag 

Sends to console formatted debug information about the string variable if the specified condition flag is set to YES.

Parameters:
string- debugged variable
format- format string
flag- condition flag
+ (void) logString: (NSString *)  string
format: (NSString *)  format
uncondition: (BOOL)  flag 

Sends to console formatted debug information about the string variable if the specified condition flag is set to NO.

Parameters:
string- debugged variable
format- format string
flag- condition flag
+ (void) logString: (NSString *)  string
uncondition: (BOOL)  flag 

Sends to console the unformatted debug information about the string variable if the specified flag is set to NO.

Parameters:
string- debugged variable
flag- condition flag
+ (void) logStringWithCondition: (BOOL)  flag
yes: (NSString *)  yes
no: (NSString *)  no 

Sends to console one of two unformatted debug information about the string variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) logStringWithCondition: (BOOL)  flag
yes: (NSString *)  yes
no: (NSString *)  no
format: (NSString *)  format 

Sends to console one of two formatted debug information about the string variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) logUnichar: (unichar)  chr

Sends to console unformatted debug information about character variable.

Parameters:
chr- debugged variable
+ (void) logUnichar: (unichar)  chr
condition: (BOOL)  flag 

Sends to console the unformatted debug information about the character variable if the specified condition flag is set to YES.

Parameters:
chr- debugged variable
flag- condition flag
+ (void) logUnichar: (unichar)  chr
format: (NSString *)  format 

Sends to console formatted debug information about character variable.

Parameters:
chr- debugged variable
format- format string
+ (void) logUnichar: (unichar)  chr
format: (NSString *)  format
condition: (BOOL)  flag 

Sends to console formatted debug information about the unichar variable if the specified condition flag is set to YES.

Parameters:
chr- debugged variable
format- format string
flag- condition flag
+ (void) logUnichar: (unichar)  chr
format: (NSString *)  format
uncondition: (BOOL)  flag 

Sends to console formatted debug information about the unichar variable if the specified condition flag is set to NO.

Parameters:
chr- debugged variable
format- format string
flag- condition flag
+ (void) logUnichar: (unichar)  chr
uncondition: (BOOL)  flag 

Sends to console the unformatted debug information about the unichar variable if the specified flag is set to NO.

Parameters:
chr- debugged variable
flag- condition flag
+ (void) logUnicharWithCondition: (BOOL)  flag
yes: (unichar)  yes
no: (unichar)  no 

Sends to console one of two unformatted debug information about the unichar variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) logUnicharWithCondition: (BOOL)  flag
yes: (unichar)  yes
no: (unichar)  no
format: (NSString *)  format 

Sends to console one of two formatted debug information about the unichar variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) logUnsignedInteger: (SCUInteger integer

Sends to console unformatted debug information about 32-bit unsigned integer variable.

Parameters:
integer- debugged variable
+ (void) logUnsignedInteger: (SCUInteger integer
condition: (BOOL)  flag 

Sends to console the unformatted debug information about the unsigned integer variable if the specified flag is set to YES.

Parameters:
integer- debugged variable
flag- condition flag

Sends to console the unformatted debug information about the unsigned 32-bit integer variable if the specified flag is set to YES.

Parameters:
integer- debugged variable
flag- condition flag
+ (void) logUnsignedInteger: (SCUInteger integer
format: (NSString *)  format 

Sends to console formatted debug information about 32-bit unsigned integer variable.

Parameters:
integer- debugged variable
format- format string
+ (void) logUnsignedInteger: (SCUInteger integer
format: (NSString *)  format
condition: (BOOL)  flag 

Sends to console formatted debug information about the unsigned 32-bit integer variable if the specified condition flag is set to YES.

Parameters:
integer- debugged variable
format- format string
flag- condition flag
+ (void) logUnsignedInteger: (SCUInteger integer
format: (NSString *)  format
uncondition: (BOOL)  flag 

Sends to console formatted debug information about the unsigned 32-bit integer variable if the specified condition flag is set to NO.

Parameters:
integer- debugged variable
format- format string
flag- condition flag
+ (void) logUnsignedInteger: (SCUInteger integer
uncondition: (BOOL)  flag 

Sends to console the unformatted debug information about the unsigned 32-bit integer variable if the specified flag is set to NO.

Parameters:
integer- debugged variable
flag- condition flag
+ (void) logUnsignedIntegerWithCondition: (BOOL)  flag
yes: (SCUInteger yes
no: (SCUInteger no 

Sends to console one of two unformatted debug information about the unsigned 32-bit integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) logUnsignedIntegerWithCondition: (BOOL)  flag
yes: (SCUInteger yes
no: (SCUInteger no
format: (NSString *)  format 

Sends to console one of two formatted debug information about the unsigned 32-bit integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) logUnsignedLong: (SCULong longint

Sends to console unformatted debug information about 64-bit unsigned integer variable.

Parameters:
longint- debugged variable
+ (void) logUnsignedLong: (SCULong longint
condition: (BOOL)  flag 

Sends to console the unformatted debug information about the unsigned 64-bit integer variable if the specified flag is set to YES.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) logUnsignedLong: (SCULong longint
format: (NSString *)  format 

Sends to console formatted debug information about 64-bit unsigned integer variable.

Parameters:
longint- debugged variable
format- format string
+ (void) logUnsignedLong: (SCULong longint
format: (NSString *)  format
condition: (BOOL)  fl 

Sends to console formatted debug information about the unsigned 64-bit integer variable if the specified condition flag is set to YES.

Parameters:
longint- debugged variable
format- format string
fl- condition flag
+ (void) logUnsignedLong: (SCULong longint
format: (NSString *)  format
uncondition: (BOOL)  fl 

Sends to console formatted debug information about the unsigned 64-bit integer variable if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
format- format string
fl- condition flag
+ (void) logUnsignedLong: (SCULong longint
uncondition: (BOOL)  flag 

Sends to console the unformatted debug information about the unsigned 64-bit integer variable if the specified flag is set to NO.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) logUnsignedLongWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no 

Sends to console one of two unformatted debug information about the unsigned 64-bit integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) logUnsignedLongWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no
format: (NSString *)  format 

Sends to console one of two formatted debug information about the signed 64-bit integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string

Sends to console one of two formatted debug information about the unsigned 64-bit integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) logWithCondition: (BOOL)  flag
yes: (id)  yes
no: (id)  no 

Sends to console one of two unformatted debug information about the instance variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) logWithCondition: (BOOL)  flag
yes: (id)  yes
no: (id)  no
format: (NSString *)  format 

Sends to console one of two formatted debug information about the instance variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string

The documentation for this class was generated from the following files:
 All Classes Files Functions Typedefs Enumerations Enumerator Defines