Uses of Class
com.smartfoxserver.v2.extensions.ExtensionLogLevel
-
Packages that use ExtensionLogLevel Package Description com.smartfoxserver.v2.controllers.filter com.smartfoxserver.v2.extensions com.smartfoxserver.v2.extensions.filter -
-
Uses of ExtensionLogLevel in com.smartfoxserver.v2.controllers.filter
Methods in com.smartfoxserver.v2.controllers.filter with parameters of type ExtensionLogLevel Modifier and Type Method Description protected void
SysControllerFilter. trace(ExtensionLogLevel level, java.lang.Object... args)
Trace a message to the console and log files using the specified logging level -
Uses of ExtensionLogLevel in com.smartfoxserver.v2.extensions
Methods in com.smartfoxserver.v2.extensions that return ExtensionLogLevel Modifier and Type Method Description static ExtensionLogLevel
ExtensionLogLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExtensionLogLevel[]
ExtensionLogLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.smartfoxserver.v2.extensions with parameters of type ExtensionLogLevel Modifier and Type Method Description protected void
BaseClientRequestHandler. trace(ExtensionLogLevel level, java.lang.Object... args)
Trace a message to the console and log files using the specified logging levelprotected void
BaseServerEventHandler. trace(ExtensionLogLevel level, java.lang.Object... args)
Trace a message to the console and log files using the specified logging levelvoid
BaseSFSExtension. trace(ExtensionLogLevel level, java.lang.Object... args)
Trace a message to the console and log files using the specified logging level -
Uses of ExtensionLogLevel in com.smartfoxserver.v2.extensions.filter
Methods in com.smartfoxserver.v2.extensions.filter with parameters of type ExtensionLogLevel Modifier and Type Method Description protected void
SFSExtensionFilter. trace(ExtensionLogLevel level, java.lang.Object... args)
Trace a message to the console and log files using the specified logging level
-