Uses of Interface
org.casbin.jcasbin.log.Logger
-
Packages that use Logger Package Description org.casbin.jcasbin.log org.casbin.jcasbin.log.mocks org.casbin.jcasbin.model -
-
Uses of Logger in org.casbin.jcasbin.log
Classes in org.casbin.jcasbin.log that implement Logger Modifier and Type Class Description classDefaultLoggerFields in org.casbin.jcasbin.log declared as Logger Modifier and Type Field Description private static LoggerLogUtil. loggerMethods in org.casbin.jcasbin.log that return Logger Modifier and Type Method Description static LoggerLogUtil. getLogger()Methods in org.casbin.jcasbin.log with parameters of type Logger Modifier and Type Method Description static voidLogUtil. setLogger(Logger l) -
Uses of Logger in org.casbin.jcasbin.log.mocks
Classes in org.casbin.jcasbin.log.mocks that implement Logger Modifier and Type Class Description classMockLogger -
Uses of Logger in org.casbin.jcasbin.model
Fields in org.casbin.jcasbin.model declared as Logger Modifier and Type Field Description private LoggerAssertion. loggerMethods in org.casbin.jcasbin.model that return Logger Modifier and Type Method Description LoggerAssertion. getLogger()Methods in org.casbin.jcasbin.model with parameters of type Logger Modifier and Type Method Description voidAssertion. setLogger(Logger logger)voidModel. setLogger(Logger logger)SetLogger sets the model's logger.Constructors in org.casbin.jcasbin.model with parameters of type Logger Constructor Description Assertion(Logger logger)
-