Uses of Interface
ru.curs.celesta.dbutils.ILoggingManager
-
Packages that use ILoggingManager Package Description ru.curs.celesta Package of Celesta central class.ru.curs.celesta.dbutils Package with DB utils. -
-
Uses of ILoggingManager in ru.curs.celesta
Methods in ru.curs.celesta that return ILoggingManager Modifier and Type Method Description ILoggingManager
CallContext. getLoggingManager()
Returns aILoggingManager
of current Celesta instance.ILoggingManager
Celesta. getLoggingManager()
ILoggingManager
ICelesta. getLoggingManager()
Returns aILoggingManager
of this celesta instance. -
Uses of ILoggingManager in ru.curs.celesta.dbutils
Classes in ru.curs.celesta.dbutils that implement ILoggingManager Modifier and Type Class Description class
LoggingManager
Logging manager.
-