<GCKLoggerPause> Protokol Referansı
Genel bakış
GCKLogger delege protokolü.
<NSObjectNSObject> öğesini devralır.
Örnek Yöntemi Özeti | |
(void) | - logMessage:atLevel:fromFunction:location: |
Çerçeve tarafından mesaj kaydetmek için çağrılır. Diğer... | |
(void) | - logMessage:fromFunction: |
Çerçeve tarafından mesaj kaydetmek için çağrılır. Diğer... | |
Yöntem Ayrıntısı
|
optional |
Çerçeve tarafından mesaj kaydetmek için çağrılır.
- Parameters
-
message The log message. function The calling function or method. level The logging level. location The source code location of the log statement.
- yılından beri
- 4,0
|
optional |
Çerçeve tarafından mesaj kaydetmek için çağrılır.
- Parameters
-
function The calling function, normally obtained from __func__
.message The log message.
- Deprecated:
- Bunun yerine logMessage:atLevel:fromFunction:location: politikasını kullanın.