Package csw.logging.models
Class LogMetadata
java.lang.Object
csw.logging.models.LogMetadata
- All Implemented Interfaces:
LoggingSerializable
,Serializable
,scala.Equals
,scala.Product
Holds metadata information about logging configuration
- See Also:
-
Constructor Summary
ConstructorDescriptionLogMetadata
(Level defaultLevel, Level akkaLevel, Level slf4jLevel, Level componentLevel) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
LogMetadata
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4) -
toString
-
defaultLevel
-
akkaLevel
-
slf4jLevel
-
componentLevel
-