NSObject(Logging) category reference
| NSObject+Logging.h | 
Overview
Defines logging support for NSObject.
This adds a logger method whic is used to get the object's logger. This allows simple logging implementation with various levels. 
Tasks
Other
- 
          
            - loggerReturns the LoggingProvider implementor associated with this object.
Instance methods
logger
Returns the LoggingProvider implementor associated with this object. 
- (id)logger 
      Return value
Returns the logger object associated with the receiver.
Discussion
This is used in log macros to get the object that will do the logging.
Declared in
NSObject+Logging.h
          © 2008-2009 Tomaz Kragelj. All rights reserved. (Last updated: 2009-08-24)
      
      Back to index / hierarchy.