evaluate

@Nullable()
public abstract @Nullable() T evaluate()

Computes a value to use as a log argument. This method is invoked once the Flogger library has determined that logging will occur, and the returned value is used in place of the LazyArg instance that was passed into the log statement.