Stay organized with collections
Save and categorize content based on your preferences.
LoggingConfiguration
data class LoggingConfiguration
Direct use of LoggingConfiguration
is not supported.
Class with information on how logging should be handled.
Summary
Public constructors
|
Direct use of LoggingConfiguration is not supported.
|
Properties
|
Int? |
Cookie Bucket used for logging diversion.
|
Boolean |
True if logging is allowed.
|
Boolean |
True if ClientInfo should be logged from all install sources.
|
Public constructors
<init>
LoggingConfiguration(
isLoggingAllowed: Boolean,
logAllClientInfo: Boolean,
cookieBucketId: Int? = null)
Direct use of LoggingConfiguration
is not supported.
Class with information on how logging should be handled.
Properties
cookieBucketId
val cookieBucketId: Int?
Cookie Bucket used for logging diversion.
isLoggingAllowed
val isLoggingAllowed: Boolean
True if logging is allowed.
logAllClientInfo
val logAllClientInfo: Boolean
True if ClientInfo should be logged from all install sources.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["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-10-31 UTC."],[[["`LoggingConfiguration` is a data class that holds information about how logging should be handled, but its direct use is not supported."],["It includes properties to determine if logging is allowed (`isLoggingAllowed`), if all client info should be logged (`logAllClientInfo`), and a cookie bucket ID for logging diversion (`cookieBucketId`)."],["The constructor allows setting these properties when creating a `LoggingConfiguration` instance."]]],[]]