public final class OSLogMessageComponentArgumentCategory
extends java.lang.Object
The kind of data corresponding to an argument in a message payload, like the number associated with a "%d" placeholder. This value can be undefined if the argument data cannot be decoded; for example, it may be redacted.
public static final long Undefined
public static final long Data
public static final long Double
public static final long Int64
public static final long String
public static final long UInt64