<GCKLoggerdelegate> Giao thức
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Giao thức uỷ quyền GCKLogger.
Kế thừa <NSObjectNSObject>.
- (void) logMessage: |
|
(NSString *) |
message |
atLevel: |
|
(GCKLoggerLevel) |
level |
fromFunction: |
|
(NSString *) |
function |
location: |
|
(NSString *) |
location |
|
|
| |
|
optional |
Được khung gọi để ghi nhật ký một thông báo.
- Parameters
-
message | The log message. |
function | The calling function or method. |
level | The logging level. |
location | The source code location of the log statement. |
- Năm thành lập
- 4
- (void) logMessage: |
|
(NSString *) |
message |
fromFunction: |
|
(NSString *) |
function |
|
|
| |
|
optional |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2023-12-02 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2023-12-02 UTC."],[[["The `GCKLoggerDelegate` protocol allows developers to receive and handle log messages from the Google Cast framework."],["It defines two optional instance methods for logging messages, one with detailed context (level, function, location) and a deprecated simpler version."],["The `logMessage:atLevel:fromFunction:location:` method is preferred and provides comprehensive information about the log event."],["The deprecated `logMessage:fromFunction:` method offers basic logging functionality but lacks contextual details."]]],[]]