Uses of Class
org.lemsml.jlems.core.logging.MessageType
-
Packages that use MessageType Package Description org.lemsml.jlems.core.logging org.lemsml.jlems.io.logging -
-
Uses of MessageType in org.lemsml.jlems.core.logging
Methods in org.lemsml.jlems.core.logging that return MessageType Modifier and Type Method Description static MessageType
MessageType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MessageType[]
MessageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.lemsml.jlems.core.logging with parameters of type MessageType Modifier and Type Method Description void
MessageForkHandler. msg(MessageType type, java.lang.String txt)
void
MessageHandler. msg(MessageType type, java.lang.String txt)
void
MinimalMessageHandler. msg(MessageType type, java.lang.String txt)
-
Uses of MessageType in org.lemsml.jlems.io.logging
Methods in org.lemsml.jlems.io.logging with parameters of type MessageType Modifier and Type Method Description void
DefaultLogger. msg(MessageType type, java.lang.String txt)
-