Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
public class LogLevelManager {
    /**
     * Create and register a JMX mBean called Log4jController in the specified domain
     * @param applicationNamedomain domain of the mBean
     */
    public static void registerLog4jController(String namedomain) {
        // implementation
    }
}

...