<GCKLoggerDelegate> Protokollreferenz
Übersicht
Das Delegatprotokoll GCKLogger.
Übernimmt <NSObjectNSObject>.
Zusammenfassung der Instanzmethoden | |
(void) | - logFromFunction:message: |
Protokolliert eine Nachricht. Mehr... | |
(void) | - logMessage:fromFunction: |
Protokolliert eine Nachricht. Mehr... | |
Methodendetail
|
optional |
Protokolliert eine Nachricht.
- Deprecated:
- Verwenden Sie stattdessen logMessage:fromFunction:.
- Parameters
-
function The calling function, normally __func__
.message The log message.
|
optional |
Protokolliert eine Nachricht.
- Parameters
-
function The calling function, normally obtained from __func__
.message The log message.