public interface OSLogEntryWithPayload
Entry subclasses conforming to this protocol represent entries that were made using a handle and a format string.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
category()
[@property] category
|
NSArray<? extends OSLogMessageComponent> |
components()
[@property] components
|
java.lang.String |
formatString()
[@property] formatString
|
java.lang.String |
subsystem()
[@property] subsystem
|
java.lang.String category()
The category from the os_log_t handle used.
NSArray<? extends OSLogMessageComponent> components()
An array of the various parts of the composed message.
java.lang.String formatString()
The format string used.
java.lang.String subsystem()
The subsystem of the os_log_t handle used.