Uses of Class
org.hcjf.log.Log.LogGroup
-
Packages that use Log.LogGroup Package Description org.hcjf.log -
-
Uses of Log.LogGroup in org.hcjf.log
Methods in org.hcjf.log that return Log.LogGroup Modifier and Type Method Description Log.LogGroupLog.LogRecord. getGroup()Returns the record group.static Log.LogGroupLog.LogGroup. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.Log.LogGroupLog.LogGroup. valueOfByTag(java.lang.String tagString)Return the group instance that correspond with the parameter.static Log.LogGroup[]Log.LogGroup. values()Returns an array containing the constants of this enum type, in the order they are declared.
-