Uses of Class
jasima.core.util.MsgCategory
-
Packages that use MsgCategory Package Description jasima.core.experiment jasima.core.simulation jasima.core.util -
-
Uses of MsgCategory in jasima.core.experiment
Fields in jasima.core.experiment declared as MsgCategory Modifier and Type Field Description MsgCategoryExperimentMessage.ExpPrintMessage. categoryMethods in jasima.core.experiment that return MsgCategory Modifier and Type Method Description MsgCategoryExperiment. getLogLevel()Methods in jasima.core.experiment with parameters of type MsgCategory Modifier and Type Method Description voidExperiment. print(MsgCategory category, String message)Triggers a print event of the given category.voidExperiment. print(MsgCategory category, String messageFormat, Object... params)Triggers a print event of the given category.voidExperiment. setLogLevel(MsgCategory logLevel)Set the maximum level of logging messages that are supposed to be printed (e.g.Constructors in jasima.core.experiment with parameters of type MsgCategory Constructor Description ExpPrintMessage(Experiment exp, MsgCategory category, String message)ExpPrintMessage(Experiment exp, MsgCategory category, String messageFormatString, Object... params) -
Uses of MsgCategory in jasima.core.simulation
Methods in jasima.core.simulation that return MsgCategory Modifier and Type Method Description MsgCategorySimPrintMessage. getCategory()MsgCategorySimulation. getPrintLevel()Methods in jasima.core.simulation with parameters of type MsgCategory Modifier and Type Method Description voidSimulation. print(MsgCategory category, Object... params)Triggers a print event of the given category.voidSimulation. print(MsgCategory category, String message)Triggers a print event of the given category.voidSimulation. printFmt(MsgCategory category, String messageFormatString, Object... params)Triggers a print event of the given category with the message produced by a Java format String.voidSimulation. setPrintLevel(MsgCategory printLevel)Sets the maximum print message category to be forwared to the print listeners.Constructors in jasima.core.simulation with parameters of type MsgCategory Constructor Description SimPrintMessage(Simulation sim, MsgCategory category, Object... params)SimPrintMessage(Simulation sim, MsgCategory category, String message)SimPrintMessage(Simulation sim, MsgCategory category, String msg, Object... params) -
Uses of MsgCategory in jasima.core.util
Methods in jasima.core.util that return MsgCategory Modifier and Type Method Description MsgCategoryConsolePrinter. getLogLevel()static MsgCategoryMsgCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static MsgCategory[]MsgCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jasima.core.util with parameters of type MsgCategory Modifier and Type Method Description voidConsolePrinter. setLogLevel(MsgCategory logLevel)Constructors in jasima.core.util with parameters of type MsgCategory Constructor Description ConsolePrinter(MsgCategory logLevel)ConsolePrinter(MsgCategory logLevel, String logFormat)
-