Uses of Enum Class
de.iip_ecosphere.platform.services.environment.TransportLogger.Category
Packages that use TransportLogger.Category
-
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.CategoryModifier and TypeFieldDescriptionprivate static BiConsumer<TransportLogger.Category, String> TransportLogger.receptionConsumerMethods in de.iip_ecosphere.platform.services.environment that return TransportLogger.CategoryModifier and TypeMethodDescriptionstatic TransportLogger.CategoryReturns the enum constant of this class with the specified name.static TransportLogger.Category[]TransportLogger.Category.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.services.environment with parameters of type TransportLogger.CategoryModifier and TypeMethodDescriptionprivate static voidTransportLogger.log(TransportLogger.Category category, String text) Logs the output.Method parameters in de.iip_ecosphere.platform.services.environment with type arguments of type TransportLogger.CategoryModifier and TypeMethodDescriptionstatic voidTransportLogger.setReceptionConsumer(BiConsumer<TransportLogger.Category, String> consumer) Defines an optional consumer to be called on data reception.