Java.Util.Logging.XMLFormatter Class
Formatter to convert a Java.Util.Logging.LogRecord into an XML string.

See Also: XMLFormatter Members

Syntax

[Android.Runtime.Register("java/util/logging/XMLFormatter", DoNotGenerateAcw=true)]
public class XMLFormatter : Formatter

Remarks

Formatter to convert a Java.Util.Logging.LogRecord into an XML string. The DTD specified in Appendix A to the Java Logging APIs specification is used. XMLFormatter uses the output handler's encoding if it is specified, otherwise the default platform encoding is used instead. UTF-8 is the recommended encoding.

[Android Documentation]

Requirements

Namespace: Java.Util.Logging
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1