Uses of Class
com.mindscapehq.raygun4java.core.messages.RaygunBreadcrumbLevel
-
Packages that use RaygunBreadcrumbLevel Package Description com.mindscapehq.raygun4java.core.messages -
-
Uses of RaygunBreadcrumbLevel in com.mindscapehq.raygun4java.core.messages
Methods in com.mindscapehq.raygun4java.core.messages that return RaygunBreadcrumbLevel Modifier and Type Method Description RaygunBreadcrumbLevelRaygunBreadcrumbMessage. getLevel()static RaygunBreadcrumbLevelRaygunBreadcrumbLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static RaygunBreadcrumbLevel[]RaygunBreadcrumbLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.mindscapehq.raygun4java.core.messages with parameters of type RaygunBreadcrumbLevel Modifier and Type Method Description RaygunBreadcrumbMessageRaygunBreadcrumbMessage. withLevel(RaygunBreadcrumbLevel level)
-