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 MessageTypeMessageType. 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 voidMessageForkHandler. msg(MessageType type, java.lang.String txt)voidMessageHandler. msg(MessageType type, java.lang.String txt)voidMinimalMessageHandler. 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 voidDefaultLogger. msg(MessageType type, java.lang.String txt)
-