Package io.fabric8.maven.docker.config
Class LogConfiguration
- java.lang.Object
-
- io.fabric8.maven.docker.config.LogConfiguration
-
- All Implemented Interfaces:
Serializable
public class LogConfiguration extends Object implements Serializable
- Since:
- 12.10.14
- Author:
- roland
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLogConfiguration.Builderstatic classLogConfiguration.LogDriver
-
Field Summary
Fields Modifier and Type Field Description static LogConfigurationDEFAULT
-
Constructor Summary
Constructors Constructor Description LogConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColor()StringgetDate()LogConfiguration.LogDrivergetDriver()StringgetFileLocation()StringgetPrefix()booleanisActivated()If explicitly enabled, or configured in any way and NOT explicitly disabled, return true.BooleanisEnabled()
-
-
-
Field Detail
-
DEFAULT
public static final LogConfiguration DEFAULT
-
-
Method Detail
-
getPrefix
public String getPrefix()
-
getDate
public String getDate()
-
getColor
public String getColor()
-
isEnabled
public Boolean isEnabled()
-
isActivated
public boolean isActivated()
If explicitly enabled, or configured in any way and NOT explicitly disabled, return true.- Returns:
-
getFileLocation
public String getFileLocation()
-
getDriver
public LogConfiguration.LogDriver getDriver()
-
-