GCKLogger 類別
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
架構用於記錄的單例模式物件。
如果指派了委派對象,已設定格式的記錄訊息會傳遞給委派對象。否則,系統會在偵錯版本中使用 NSLog() 寫入訊息,以其他方式刪除。
如需委派通訊協定,請參閱 GCKLoggerDelegate。
繼承 NSObject。
用於啟用或停用記錄功能的標記。
預設為開啟。
- 開始時間
- 3.0
- (BOOL) fileLoggingEnabled |
|
readwritenonatomicassign |
用於啟用或停用檔案記錄功能的標記。
預設為關閉。如果啟用這項設定,記錄訊息會寫入應用程式快取目錄中的一組輪替檔案。系統可透過此類別的其他屬性,設定這些檔案的數量與大小上限。
- 開始時間
- 3.1
- (BOOL) consoleLoggingEnabled |
|
readwritenonatomicassign |
直接啟用或停用主控台記錄功能的旗標 (透過 NSLog)。
預設為關閉。
- 開始時間
- 4.1
- (NSUInteger) maxLogFileSize |
|
readwritenonatomicassign |
記錄檔的大小上限,以位元組為單位。
下限為 32 KiB。如果值為 0,系統會使用 2 MiB 的預設大小上限。
- 開始時間
- 3.1
- (NSUInteger) maxLogFileCount |
|
readwritenonatomicassign |
- (GCKLoggerLevel) minimumLevel |
|
readwritenonatomicassign |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2023-12-02 (世界標準時間)。"],[[["GCKLogger is a singleton object used for logging by the Google Cast framework."],["It can pass formatted log messages to a delegate, or write them using NSLog in debug builds."],["Logging can be enabled or disabled, and filtered based on level and other criteria."],["Log messages can optionally be written to rotating files in the app's cache directory."],["Developers can configure file logging parameters such as maximum file size and number of files."]]],[]]