Uses of Class
in.hocg.boot.utils.utils.LogUtils.LogStatus
-
Packages that use LogUtils.LogStatus Package Description in.hocg.boot.utils.utils -
-
Uses of LogUtils.LogStatus in in.hocg.boot.utils.utils
Methods in in.hocg.boot.utils.utils that return LogUtils.LogStatus Modifier and Type Method Description static LogUtils.LogStatusLogUtils.LogStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LogUtils.LogStatus[]LogUtils.LogStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in in.hocg.boot.utils.utils with type arguments of type LogUtils.LogStatus Modifier and Type Method Description <T> TLogUtils. logAsync(SupplierThrow<T> exec, SupplierThrow<Future<Serializable>> onReady, ThreeConsumerThrow<Serializable,LogUtils.LogStatus,Object> onComplete)异步记录日志<T> TLogUtils. logSync(SupplierThrow<T> exec, SupplierThrow<Serializable> onReady, ThreeConsumerThrow<Serializable,LogUtils.LogStatus,Object> onComplete)同步记录日志<T> TLogUtils. logSync(SupplierThrow<T> exec, ThreeConsumerThrow<Serializable,LogUtils.LogStatus,Object> onComplete)同步记录日志
-