Console command: defineplugincomponent
Command |
defineplugincomponent <alias-name> <plugin-name> [(<property-name> <property-value>)]* [(-plugin <name>)]* Description Define a plugin component that can be used with the configurelogger command or other plugin definitions. Plugin definitions exist only in the client, and will be lost when the client terminates |
---|---|
Example |
[SLEE Stopped] [admin@localhost (#11)] defineplugincomponent fooPattern PatternLayout pattern "%d{yyyy-MM-dd HH:mm:ss.SSSZ} %-7level [%logger] <%threadName> %mdc %msg{nolookups}%n%throwable" Defined plugin component with name PatternLayout |