Package com.wowza.wms.module
Class ModuleClientLogging
- Object
- 
- com.wowza.wms.module.ModuleBase
- 
- com.wowza.wms.module.ModuleClientLogging
 
 
- 
 public class ModuleClientLogging extends ModuleBase 
- 
- 
Field Summary- 
Fields inherited from class com.wowza.wms.module.ModuleBaseCALLBACK_PARAM1, CALLBACK_PARAM10, CALLBACK_PARAM2, CALLBACK_PARAM3, CALLBACK_PARAM4, CALLBACK_PARAM5, CALLBACK_PARAM6, CALLBACK_PARAM7, CALLBACK_PARAM8, CALLBACK_PARAM9, PARAM1, PARAM10, PARAM2, PARAM3, PARAM4, PARAM5, PARAM6, PARAM7, PARAM8, PARAM9, PARAMMETHODNAME, PLAYTRANSITION_APPEND, PLAYTRANSITION_APPEND_IMMEDIATE, PLAYTRANSITION_RESET, PLAYTRANSITION_RESET_IMMEDIATE, PLAYTRANSITION_STOP, PLAYTRANSITION_SWAP, PLAYTRANSITION_SWITCH, PLAYTRANSITION_UNKNOWN, PLAYTRANSITIONSTR_APPEND, PLAYTRANSITIONSTR_RESET, PLAYTRANSITIONSTR_STOP, PLAYTRANSITIONSTR_SWAP, PLAYTRANSITIONSTR_SWITCH, PLAYTRANSITIONSTR_UNKNOWN
 
- 
 - 
Constructor SummaryConstructors Constructor Description ModuleClientLogging()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidlogDebug(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params)Send a debug message to the logging system NetConnection.call("logDebug", null, message);static voidlogError(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params)Send a error message to the logging system NetConnection.call("logError", null, message);static voidlogInfo(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params)Send a info message to the logging system NetConnection.call("logInfo", null, message);static voidlogWarn(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params)Send a warning message to the logging system NetConnection.call("logWarn", null, message);- 
Methods inherited from class com.wowza.wms.module.ModuleBasegetAppInstance, getApplication, getCallbackParamCount, getLogger, getLogger, getLogger, getParam, getParamBoolean, getParamBoolean, getParamCount, getParamDate, getParamDouble, getParamDouble, getParamInt, getParamInt, getParamLong, getParamLong, getParamMixedArray, getParamObj, getParamString, getParamString, getParamType, getStream, getVHost, invokePrevious, invokePrevious, isSendResult, sendClientOnStatusError, sendResult, sendResult, sendResult, sendResult, sendResult, sendStreamOnStatusError
 
- 
 
- 
- 
- 
Method Detail- 
logDebugpublic static void logDebug(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Send a debug message to the logging system NetConnection.call("logDebug", null, message);- Parameters:
- client- client
- function- function
- params- params (message)
 
 - 
logInfopublic static void logInfo(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Send a info message to the logging system NetConnection.call("logInfo", null, message);- Parameters:
- client- client
- function- function
- params- params (message)
 
 - 
logWarnpublic static void logWarn(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Send a warning message to the logging system NetConnection.call("logWarn", null, message);- Parameters:
- client- client
- function- function
- params- params (message)
 
 - 
logErrorpublic static void logError(IClient client, com.wowza.wms.request.RequestFunction function, AMFDataList params) Send a error message to the logging system NetConnection.call("logError", null, message);- Parameters:
- client- client
- function- function
- params- params (message)
 
 
- 
 
-