LogRecord.GetParameters Method
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 parameters to the log message.
[Android.Runtime.Register("getParameters", "()[Ljava/lang/Object;", "GetGetParametersHandler")]
public virtual Java.Lang.Object[]? GetParameters ();
[<Android.Runtime.Register("getParameters", "()[Ljava/lang/Object;", "GetGetParametersHandler")>]
abstract member GetParameters : unit -> Java.Lang.Object[]
override this.GetParameters : unit -> Java.Lang.Object[]
Returns
the log message parameters. May be null if there are no parameters.
- Attributes
Remarks
Get the parameters to the log message.
Java documentation for java.util.logging.LogRecord.getParameters()
.
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.