Package | Description |
---|---|
com.smartfoxserver.v2.controllers.filter | |
com.smartfoxserver.v2.extensions | |
com.smartfoxserver.v2.extensions.filter |
Modifier and Type | Method and 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
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseServerEventHandler.trace(ExtensionLogLevel level,
java.lang.Object... args)
Trace a message to the console and log files using the specified logging level
|
protected void |
BaseClientRequestHandler.trace(ExtensionLogLevel level,
java.lang.Object... args)
Trace a message to the console and log files using the specified logging level
|
void |
BaseSFSExtension.trace(ExtensionLogLevel level,
java.lang.Object... args)
Trace a message to the console and log files using the specified logging level
|
Modifier and Type | Method and 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
|