<GCKLoggerDelegate> प्रोटोकॉल का संदर्भ
खास जानकारी
GCKLogger डेलिगेट प्रोटोकॉल.
<NSObjectNSObject> इनहेरिट करता है.
इंस्टेंस के तरीके की खास जानकारी | |
(void) | - logFromFunction:message: |
मैसेज को लॉग करता है. ज़्यादा... | |
(void) | - logMessage:fromFunction: |
मैसेज को लॉग करता है. ज़्यादा... | |
तरीके की जानकारी
|
optional |
मैसेज को लॉग करता है.
- Deprecated:
- इसके बजाय, logMessage:fromFunction: का इस्तेमाल करें.
- Parameters
-
function The calling function, normally __func__
.message The log message.
|
optional |
मैसेज को लॉग करता है.
- Parameters
-
function The calling function, normally obtained from __func__
.message The log message.