Logger.Filter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the current filter for this Logger. -or- Set a filter to control output on this Logger.
public virtual Java.Util.Logging.IFilter? Filter { [Android.Runtime.Register("getFilter", "()Ljava/util/logging/Filter;", "GetGetFilterHandler")] get; [Android.Runtime.Register("setFilter", "(Ljava/util/logging/Filter;)V", "GetSetFilter_Ljava_util_logging_Filter_Handler")] set; }
[<get: Android.Runtime.Register("getFilter", "()Ljava/util/logging/Filter;", "GetGetFilterHandler")>]
[<set: Android.Runtime.Register("setFilter", "(Ljava/util/logging/Filter;)V", "GetSetFilter_Ljava_util_logging_Filter_Handler")>]
member this.Filter : Java.Util.Logging.IFilter with get, set
Property Value
a filter object (may be null)
- Attributes
Remarks
Property getter documentation:
Java documentation for java.util.logging.Logger.getFilter().
Property setter documentation:
Java documentation for java.util.logging.Logger.setFilter(java.util.logging.Filter).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.