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 class
DefaultLogger
Fields in org.casbin.jcasbin.log declared as Logger Modifier and Type Field Description private static Logger
LogUtil. logger
Methods in org.casbin.jcasbin.log that return Logger Modifier and Type Method Description static Logger
LogUtil. getLogger()
Methods in org.casbin.jcasbin.log with parameters of type Logger Modifier and Type Method Description static void
LogUtil. 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 class
MockLogger
-
Uses of Logger in org.casbin.jcasbin.model
Fields in org.casbin.jcasbin.model declared as Logger Modifier and Type Field Description private Logger
Assertion. logger
Methods in org.casbin.jcasbin.model that return Logger Modifier and Type Method Description Logger
Assertion. getLogger()
Methods in org.casbin.jcasbin.model with parameters of type Logger Modifier and Type Method Description void
Assertion. setLogger(Logger logger)
void
Model. 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)
-