# Class: com.pnfsoftware.jeb.util.logging.LogStatusSink

A special object \(not to be confused with [Sink](Sink)\) receiving messages issued from [status\(\)](ILogger#status(String, Object...)) calls.

## Constructor: LogStatusSink

Description: Create an empty status sink.

## Method: retrieve
- return type: `java.lang.String`

Description: Retrieve and consume the latest fresh status message.
return: the latest status message, or null if no fresh message is available

## Method: update
- parameter: `status`, type: `java.lang.CharSequence`

Description: Update the sink with a fresh status message.
parameter: status: status message

