Package | Description |
---|---|
me.zhyd.oauth.config |
JustAuth 核心配置相关,包括
AuthConfig 和AuthSource |
me.zhyd.oauth.log |
针对JustAuth简单封装的日志打印工具,可用过
JustAuthLogConfig 开关日志和指定日志级别 |
Modifier and Type | Method and Description |
---|---|
static void |
JustAuthLogConfig.setLevel(Log.Level level)
设置日志级别
|
Modifier and Type | Field and Description |
---|---|
static Log.Level |
Log.Config.level
需要打印的日志级别
|
Modifier and Type | Method and Description |
---|---|
static Log.Level |
Log.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Log.Level[] |
Log.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.