Uses of Class
com.ppm.logging.StackTraceFormatter.Format
-
Packages that use StackTraceFormatter.Format Package Description com.ppm.logging -
-
Uses of StackTraceFormatter.Format in com.ppm.logging
Methods in com.ppm.logging that return StackTraceFormatter.Format Modifier and Type Method Description static StackTraceFormatter.FormatStackTraceFormatter.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static StackTraceFormatter.Format[]StackTraceFormatter.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ppm.logging with parameters of type StackTraceFormatter.Format Modifier and Type Method Description static StringStackTraceFormatter. formatToString(Throwable t, StackTraceFormatter.Format format)Transforma toda a cadeia de StackTraces da Exceção em String separando as stacks de acordo com o formato passado.
-