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