Class ServiceLogDriver
Specifies a custom service logging driver.
Namespace: Neon.Docker
Assembly: Neon.Docker.dll
Syntax
public class ServiceLogDriver
Properties
Name
Specifies the driver name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Options
Specifies the driver options.
Declaration
public Dictionary<string, string> Options { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |
Methods
Normalize()
Recursively ensures ensures that any null class or list related properties are replaced with instances with default values or empty lists.
Declaration
public void Normalize()