| GatewayProviderLogEvent Method |
Namespace:
Dynamicweb.Ecommerce.Orders.Gateways
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax protected void LogEvent(
string message,
params Object[] args
)
Protected Sub LogEvent (
message As String,
ParamArray args As Object()
)
Parameters
- message
- Type: SystemString
- args
- Type: SystemObject
See Also