Share via


WHSMobileDeviceActivityLogger.append Method [AX 2012]

Appends a new portion of data to the log entry.

Syntax

public WHSMobileDeviceActivityLogger append(str key, str value)

Run On

Called

Parameters

  • key
    Type: str
    The key of the logging action.
  • value
    Type: str
    The value to be logged.

Return Value

Type: WHSMobileDeviceActivityLogger Class
The current instance of the WHSMobileDeviceActivityLogger class.

See Also

Reference

WHSMobileDeviceActivityLogger Class