public interface OSLogEntryFromProcess
Entry subclasses conforming to this protocol represent data that are generated from a process; they have metadata about the originator.
| Modifier and Type | Method and Description |
|---|---|
long |
activityIdentifier()
[@property] activityIdentifier
|
java.lang.String |
process()
[@property] process
|
int |
processIdentifier()
[@property] processIdentifier
|
java.lang.String |
sender()
[@property] sender
|
long |
threadIdentifier()
[@property] threadIdentifier
|
long activityIdentifier()
The activity ID associated with the entry.
java.lang.String process()
The name of the process that made the entry.
int processIdentifier()
The pid of the process that made the entry.
java.lang.String sender()
The name of the binary image that made the entry.
long threadIdentifier()
The tid of the thread that made the entry.