Uses of Interface
is.codion.common.logging.MethodLogger
Packages that use MethodLogger
Package
Description
JDBC connection related classes.
Logging related classes.
-
Uses of MethodLogger in is.codion.common.db.connection
Methods in is.codion.common.db.connection that return MethodLoggerMethods in is.codion.common.db.connection with parameters of type MethodLoggerModifier and TypeMethodDescriptionvoid
DatabaseConnection.setMethodLogger
(@Nullable MethodLogger methodLogger) -
Uses of MethodLogger in is.codion.common.logging
Methods in is.codion.common.logging that return MethodLoggerModifier and TypeMethodDescriptionstatic MethodLogger
MethodLogger.methodLogger
(int maxSize) Creates a new MethodLogger, disabled by default.static MethodLogger
MethodLogger.methodLogger
(int maxSize, MethodLogger.ArgumentFormatter formatter) Creates a new MethodLogger, disabled by default.