Uses of Interface
br.com.objectos.logging.Logger
-
-
Uses of Logger in br.com.objectos.logging
Classes in br.com.objectos.logging that implement Logger Modifier and Type Class Description classNoopLoggerA no-opLoggerimplementation (for the most part).Methods in br.com.objectos.logging that return Logger Modifier and Type Method Description LoggerLogger. replace(Logger logger)Replaces this instance with the givenloggerinstance if it is possible to do so.LoggerNoopLogger. replace(Logger logger)Returns the givenloggervalue.Methods in br.com.objectos.logging with parameters of type Logger Modifier and Type Method Description LoggerLogger. replace(Logger logger)Replaces this instance with the givenloggerinstance if it is possible to do so.LoggerNoopLogger. replace(Logger logger)Returns the givenloggervalue.
-