<GCKLoggerAuthor> Protokol Referansı
Genel bakış
GCKLogger yetki verme protokolü.
<NSObjectNSObject> öğesini devralır.
Örnek Yöntemi Özeti | |
(void) | - logMessage:atLevel:fromFunction:location: |
Çerçeve tarafından bir mesajı günlüğe kaydetme çağrısında bulunur. Diğer... | |
(void) | - logMessage:fromFunction: |
Çerçeve tarafından bir mesajı günlüğe kaydetme çağrısında bulunur. Diğer... | |
Yöntem Ayrıntıları
|
optional |
Çerçeve tarafından bir mesajı günlüğe kaydetme çağrısında bulunur.
- Parameters
-
message The log message. function The calling function or method. level The logging level. location The source code location of the log statement.
- Since
- 4,0
|
optional |
Çerçeve tarafından bir mesajı günlüğe kaydetme çağrısında bulunur.
- Parameters
-
function The calling function, normally obtained from __func__
.message The log message.
- Deprecated:
- Bunun yerine logMessage:atLevel:fromFunction:location: kullanın.