# image-optimization/1.0.1/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php

Image Optimizer – Compress Images and Convert to WebP or AVIF, version 1.0.1. 11 lines.

- Page: https://pluginprobe.com/plugins/image-optimization/1.0.1/code/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php
- Raw: https://pluginprobe.com/plugins/image-optimization/1.0.1/raw/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php
- Modified: 2024-01-08T11:53:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/image-optimization/1.0.1/code/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php#L10-L20`.

```php
<?php

/**
 * Class ActionScheduler_NullLogEntry
 */
class ActionScheduler_NullLogEntry extends ActionScheduler_LogEntry {
	public function __construct( $action_id = '', $message = '' ) {
		// nothing to see here
	}
}
 
```
