Uses of Class
org.hl7.fhir.utilities.Logger.LogMessageType
-
Packages that use Logger.LogMessageType Package Description org.hl7.fhir.utilities -
-
Uses of Logger.LogMessageType in org.hl7.fhir.utilities
Methods in org.hl7.fhir.utilities that return Logger.LogMessageType Modifier and Type Method Description static Logger.LogMessageTypeLogger.LogMessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static Logger.LogMessageType[]Logger.LogMessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.utilities with parameters of type Logger.LogMessageType Modifier and Type Method Description voidLogger. log(String content, Logger.LogMessageType type)
-