Uses of Class
de.iip_ecosphere.platform.services.environment.TransportLogger.Category
-
Packages that use TransportLogger.Category Package Description de.iip_ecosphere.platform.services.environment Implementation. -
-
Uses of TransportLogger.Category in de.iip_ecosphere.platform.services.environment
Fields in de.iip_ecosphere.platform.services.environment with type parameters of type TransportLogger.Category Modifier and Type Field Description private static java.util.function.BiConsumer<TransportLogger.Category,java.lang.String>TransportLogger. receptionConsumerMethods in de.iip_ecosphere.platform.services.environment that return TransportLogger.Category Modifier and Type Method Description static TransportLogger.CategoryTransportLogger.Category. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransportLogger.Category[]TransportLogger.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.iip_ecosphere.platform.services.environment with parameters of type TransportLogger.Category Modifier and Type Method Description private static voidTransportLogger. log(TransportLogger.Category category, java.lang.String text)Logs the output.Method parameters in de.iip_ecosphere.platform.services.environment with type arguments of type TransportLogger.Category Modifier and Type Method Description static voidTransportLogger. setReceptionConsumer(java.util.function.BiConsumer<TransportLogger.Category,java.lang.String> consumer)Defines an optional consumer to be called on data reception.
-