returnToPool method
void
returnToPool()
Returns this LogEntry to the pool
Implementation
void returnToPool() {
ObjectPool.instance.returnLogEntry(this);
}
Returns this LogEntry to the pool
void returnToPool() {
ObjectPool.instance.returnLogEntry(this);
}