NSObject (NGLogs)
Declared In: NSObject+Logs.h
Methods: - logWithFormat: , - debugWithFormat: , - loggingPrefix , - isDebuggingEnabled , - logWithFormat:arguments: , - debugWithFormat:arguments:


Category Description
No category description.


Method Types
- logWithFormat:
- debugWithFormat:
- loggingPrefix
- isDebuggingEnabled
- logWithFormat:arguments:
- debugWithFormat:arguments:


Instance Methods
debugWithFormat:
- (void)debugWithFormat:(NSString *)_format, ...
No method description.

debugWithFormat:arguments:
- (void)debugWithFormat:(NSString *)format arguments:(va_list)argList
No method description.

isDebuggingEnabled
- (BOOL)isDebuggingEnabled
No method description.

logWithFormat:
- (void)logWithFormat:(NSString *)_format, ...
No method description.

logWithFormat:arguments:
- (void)logWithFormat:(NSString *)format arguments:(va_list)argList
No method description.

loggingPrefix
- (NSString *)loggingPrefix
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.