Uses of Enum Class
net.thevpc.naru.api.agent.NaruLogMode
Packages that use NaruLogMode
-
Uses of NaruLogMode in net.thevpc.naru.api.agent
Methods in net.thevpc.naru.api.agent that return NaruLogModeModifier and TypeMethodDescriptionstatic NaruLogModeReturns the enum constant of this class with the specified name.static NaruLogMode[]NaruLogMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.thevpc.naru.api.agent with parameters of type NaruLogModeModifier and TypeMethodDescriptionvoidNaruAgent.log(NaruLogMode mode, net.thevpc.nuts.text.NMsg message) voidNaruSession.log(NaruLogMode mode, net.thevpc.nuts.text.NMsg s) -
Uses of NaruLogMode in net.thevpc.naru.api.task
Methods in net.thevpc.naru.api.task with parameters of type NaruLogModeModifier and TypeMethodDescriptionvoidNaruTask.log(NaruLogMode mode, net.thevpc.nuts.text.NMsg s)