<GCKLogger לצרף> תיעוד לפרוטוקול
  סקירה כללית
פרוטוקול ההאצלה של GCKLogger.
יורש את <NSObjectNSObject>.
| סיכום שיטות של מכונה | |
| (void) | - logMessage:atLevel:fromFunction:location: | 
| השירות הזה נקרא על ידי ה-framework כדי לתעד הודעה.  עוד... | |
| (void) | - logMessage:fromFunction: | 
| השירות הזה נקרא על ידי ה-framework כדי לתעד הודעה.  עוד... | |
פרטי השיטה
| 
 | optional | 
השירות הזה נקרא על ידי ה-framework כדי לתעד הודעה.
- Parameters
- 
  message The log message. function The calling function or method. level The logging level. location The source code location of the log statement. 
- מאז
- 4.0
| 
 | optional | 
השירות הזה נקרא על ידי ה-framework כדי לתעד הודעה.
- Parameters
- 
  function The calling function, normally obtained from __func__.message The log message. 
- Deprecated:
- יש להשתמש ב-logMessage:atLevel:fromFunction:location: במקום זאת.