returnToPool method

void returnToPool()

Returns this LogEntry to the pool

Implementation

void returnToPool() {
  ObjectPool.instance.returnLogEntry(this);
}