Package io.jstach.rainbowgum.annotation
Annotation Interface LogConfigurable.KeyParameter
- Enclosing class:
LogConfigurable
@Retention(CLASS)
@Target(PARAMETER)
@Documented
public static @interface LogConfigurable.KeyParameter
Use as parameter to property keys with parameters. This annotation should only be
used on String arguments and the builder will require it as an initial constructor
argument to avoid it being missing.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionUse as parameter to a property name specified inLogConfigurable.prefix()
.
-
Element Details
-
value
Use as parameter to a property name specified inLogConfigurable.prefix()
. An example is a parameter calledname
with a prefix likelogging.myplugin.{name}.
- Returns:
- by default will use the parameter name.
- Default:
""
-