Class SpringLogging
- java.lang.Object
-
- io.tech1.framework.domain.properties.base.SpringLogging
-
public class SpringLogging extends Object
-
-
Constructor Summary
Constructors Constructor Description SpringLogging()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetConfig()inthashCode()static SpringLoggingof(String config)voidsetConfig(String config)StringtoString()
-
-
-
Method Detail
-
of
public static SpringLogging of(String config)
-
getConfig
public String getConfig()
-
setConfig
public void setConfig(String config)
-
canEqual
protected boolean canEqual(Object other)
-
-