Protokół <GCKLogger Tax>

Dokumentacja protokołu <GCKLoggerformularza>

Opis

Protokół delegowania GCKLogger.

Dziedziczy <NSObjectNSObject>.

Podsumowanie metody instancji

(void) - logMessage:atLevel:fromFunction:location:
 Wywoływana przez platformę w celu zarejestrowania wiadomości. Więcej...
 
(void) - logMessage:fromFunction:
 Wywoływana przez platformę w celu zarejestrowania wiadomości. Więcej...
 

Szczegóły metody

- (void) logMessage: (NSString *)  message
atLevel: (GCKLoggerLevel)  level
fromFunction: (NSString *)  function
location: (NSString *)  location 
optional

Wywoływana przez platformę w celu zarejestrowania wiadomości.

Parameters
messageThe log message.
functionThe calling function or method.
levelThe logging level.
locationThe source code location of the log statement.
Od
4,0
- (void) logMessage: (NSString *)  message
fromFunction: (NSString *)  function 
optional

Wywoływana przez platformę w celu zarejestrowania wiadomości.

Parameters
functionThe calling function, normally obtained from __func__.
messageThe log message.
Deprecated:
Zamiast tego użyj elementu logMessage:atLevel:fromFunction:location:.