SwarmSpecTaskDefaultsLogDriver
Table of Contents
- $name : string|null
- The log driver to use as a default for new tasks.
- $options : array<string|int, string>|null
- Driver-specific options for the selectd log driver, specified.
- getName() : string|null
- The log driver to use as a default for new tasks.
- getOptions() : array<string|int, string>|null
- Driver-specific options for the selectd log driver, specified.
- setName() : self
- The log driver to use as a default for new tasks.
- setOptions() : self
- Driver-specific options for the selectd log driver, specified.
Properties
$name
The log driver to use as a default for new tasks.
protected
string|null
$name
$options
Driver-specific options for the selectd log driver, specified.
protected
array<string|int, string>|null
$options
Methods
getName()
The log driver to use as a default for new tasks.
public
getName() : string|null
Return values
string|null —getOptions()
Driver-specific options for the selectd log driver, specified.
public
getOptions() : array<string|int, string>|null
Return values
array<string|int, string>|null —setName()
The log driver to use as a default for new tasks.
public
setName(string|null $name) : self
Parameters
- $name : string|null
Return values
self —setOptions()
Driver-specific options for the selectd log driver, specified.
public
setOptions(array<string|int, string>|null $options) : self
Parameters
- $options : array<string|int, string>|null