Package | Description |
---|---|
org.safs.staf.service.logging |
Modifier and Type | Method and Description |
---|---|
SLSLogFacility.WorkerRequest |
SLSLogFacility.RequestQueue.get()
Removes and returns the first request in this queue.
|
SLSLogFacility.WorkerRequest |
SLSLogFacility.RequestQueue.peek()
Returns the first request in this queue without removing it.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
SLSLogFacility.WorkerThread.log(SLSLogFacility.WorkerRequest r)
Fulfills the logging request.
|
void |
SLSLogFacility.RequestQueue.queue(SLSLogFacility.WorkerRequest r)
Adds a new request on this queue.
|
Copyright © SAS Institute. All Rights Reserved.