Package org.carrot2.labs.smartsprites.message
package org.carrot2.labs.smartsprites.message
Internal message logging system.
-
ClassDescriptionCounts the number of messages logged with different levels.Collects messages in a
List
, seeMemoryMessageSink.messages
.Represents a processing message, can be an information message or a warning.The importance of the message.Defines all the possible information and warning messages.GathersMessage
s during the runtime of the applications.CollectsMessage
s for further processing/ retrieval.Outputs loggedMessage
s to the providedPrintStream
.