update logger command doc. #736

pull/853/head
hengyunabc 6 years ago
parent 89bd23b9de
commit 3f71f94f4a

@ -25,6 +25,7 @@
* [sysprop](sysprop.md)——查看和修改JVM的系统属性
* [sysenv](sysenv.md)——查看JVM的环境变量
* [vmoption](vmoption.md)——查看和修改JVM里诊断相关的option
* [logger](logger.md)——查看和修改logger
* [getstatic](getstatic.md)——查看类的静态属性
* [ognl](ognl.md)——执行ognl表达式
* [mbean](mbean.md)——查看 Mbean 的信息

@ -7,6 +7,7 @@
* [sysprop](sysprop.md)
* [sysenv](sysenv.md)
* [vmoption](vmoption.md)
* [logger](logger.md)
* [mbean](mbean.md)
* [getstatic](getstatic.md)

@ -22,7 +22,8 @@ Advanced Usage
* [jvm](jvm.md) - show JVM information
* [sysprop](sysprop.md) - view/modify system properties
* [sysenv](sysenv.md) — view system environment variables
* [vmoption](vmoption.md)——view/modify the vm diagnostic options.
* [vmoption](vmoption.md) - view/modify the vm diagnostic options.
* [logger](logger.md) - print the logger information, update the logger level
* [getstatic](getstatic.md) - examine class's static properties
* [ognl](ognl.md) - execute ongl expression
* [mbean](mbean.md) - show Mbean information

@ -7,6 +7,7 @@ All Commands
* [sysprop](sysprop.md)
* [sysenv](sysenv.md)
* [vmoption](vmoption.md)
* [logger](logger.md)
* [mbean](mbean.md)
* [getstatic](getstatic.md)

Loading…
Cancel
Save