<GCKLoggerDelegate> ProtocolStay organized with collectionsSave and categorize content based on your preferences.
AI-generated Key Takeaways
The GCKLoggerDelegate protocol is a delegate protocol used by the GCKLogger singleton object for logging by the framework.
The protocol inherits from NSObject.
The protocol includes instance methods likelogMessage:atLevel:fromFunction:location:and the deprecatedlogMessage:fromFunction:which are called by the framework to log messages.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["The GCKLoggerDelegate protocol defines methods for logging messages within the framework. The framework calls two instance methods: `logMessage:atLevel:fromFunction:location:` and `logMessage:fromFunction:`. Both methods are triggered to log a message. The first method logs with detailed information such as the message, logging level, calling function, and source code location. The second method is deprecated, it only takes the message and the calling function.\n"]]