Uses of Class
com.h2tcoin.takamakachain.globalContext.FixedParameters.LogType
-
Packages that use FixedParameters.LogType Package Description com.h2tcoin.takamakachain.globalContext com.h2tcoin.takamakachain.utils -
-
Uses of FixedParameters.LogType in com.h2tcoin.takamakachain.globalContext
Methods in com.h2tcoin.takamakachain.globalContext that return FixedParameters.LogType Modifier and Type Method Description static FixedParameters.LogType
FixedParameters.LogType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FixedParameters.LogType[]
FixedParameters.LogType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FixedParameters.LogType in com.h2tcoin.takamakachain.utils
Methods in com.h2tcoin.takamakachain.utils with parameters of type FixedParameters.LogType Modifier and Type Method Description static void
Log. log(Level level, String message, FixedParameters.LogType logType)
Append to specific application logstatic void
Log. logStacktrace(Level level, Exception ex, FixedParameters.LogType logType)
Append exception to specific application log
-