Class AgentOptions

java.lang.Object
org.slf4j.agent.AgentOptions

public class AgentOptions extends Object

All recognized options in the string passed to the java agent. For "java -javaagent:foo.jar=OPTIONS HelloWorld" this would be "OPTIONS".

It is considered to be a list of options separated by (currently) ";", on the form "option=value". The interpretation of "value" is specific to each option.