Methods
- -coreLog
- Returns the logging instance for entries related to the core. This
may not be used by applications
- -genericLog
- Returns the logging instance for "generic" entries. This
may not be used by applications
Returns the logging instance for entries related to the core. This
may not be used by applications
+ (ECLogger *) coreLog;
- method result
- logging instance for entries related to the core
Returns the logging instance for "generic" entries. This
may not be used by applications
+ (ECLogger *) genericLog;
- method result
- logging instance for "generic" entries
(Last Updated August 27, 2006)