|
Samond Classes Library 1.1.6-RELEASE build 132
|
Static methods class for using instead of NSLog function. More...
#import <SCLog.h>
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.
| + (void) log: | (id) | object |
Sends to console unformatted debug information about instance variable.
| 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.
| object | - debugged variable |
| flag | - condition flag |
| + (void) log: | (id) | object | |
| format: | (NSString *) | format | |
Sends to console the formatted debug information about the instance variable.
| 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.
| 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.
| 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.
| object | - debugged variable |
| flag | - condition flag |
| + (void) logBinary: | (SCULong) | longint |
Sends to console unformatted debug information about binary integer variable.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) logBinary: | (SCULong) | longint | |
| format: | (NSString *) | format | |
Sends to console formatted debug information about binary integer variable.
| 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.
| 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.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
Sends to console one of two unformatted debug information about the binary integer variables depending on the specified condition flag value.
| 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.
| 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.
| 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.
| boolean | - debugged variable |
| flag | - condition flag |
| + (void) logBool: | (BOOL) | boolean | |
| format: | (NSString *) | format | |
Sends to console formatted debug information about boolean variable.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| string | - debugged variable |
| flag | - condition flag |
| + (void) logChar: | (char *) | string | |
| format: | (NSString *) | format | |
Sends to console formatted debug information about char string variable.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) logDecimal: | (SCULong) | longint | |
| format: | (NSString *) | format | |
Sends to console formatted debug information about decimal integer variable.
| 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.
| 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.
| 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.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
Sends to console one of two unformatted debug information about the decimal integer variables depending on the specified condition flag value.
| 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.
| 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.
| 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.
| flt | - debugged variable |
| flag | - condition flag |
| + (void) logDouble: | (SCDouble) | flt | |
| format: | (NSString *) | format | |
Sends to console formatted debug information about double variable.
| 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.
| 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.
| 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.
| flt | - debugged variable |
| flag | - condition flag |
Sends to console one of two unformatted debug information about the double variables depending on the specified condition flag value.
| 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.
| 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.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) logHex: | (SCULong) | longint | |
| format: | (NSString *) | format | |
Sends to console formatted debug information about hexadecimal integer variable.
| 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.
| 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.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
Sends to console one of two unformatted debug information about the hexadecimal integer variables depending on the specified condition flag value.
| 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.
| 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.
| 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.
| object | - debugged variable |
| flag | - condition flag |
| + (void) logID: | (id) | object | |
| format: | (NSString *) | format | |
Sends to console formatted debug information about instance variable.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) logOctal: | (SCULong) | longint | |
| format: | (NSString *) | format | |
Sends to console formatted debug information about octal integer variable.
| 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.
| 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.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
Sends to console one of two unformatted debug information about the octal integer variables depending on the specified condition flag value.
| 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.
| 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.
| 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.
| pointer | - debugged variable |
| flag | - condition flag |
| + (void) logPointer: | (void *) | pointer | |
| format: | (NSString *) | format | |
Sends to console formatted debug information about pointer variable.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| integer | - debugged variable |
| flag | - condition flag |
Sends to console one of two unformatted debug information about the signed 32-bit integer variables depending on the specified condition flag value.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
Sends to console one of two unformatted debug information about the signed 64-bit integer variables depending on the specified condition flag value.
| 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.
| 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.
| 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.
| string | - debugged variable |
| flag | - condition flag |
| + (void) logString: | (NSString *) | string | |
| format: | (NSString *) | format | |
Sends to console formatted debug information about string variable.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| chr | - debugged variable |
| flag | - condition flag |
| + (void) logUnichar: | (unichar) | chr | |
| format: | (NSString *) | format | |
Sends to console formatted debug information about character variable.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
Sends to console one of two unformatted debug information about the unsigned 64-bit integer variables depending on the specified condition flag value.
| 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.
| 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.
| 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.
| 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.
| 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 |
1.7.3