DeviceUtilZmotifGetLog Method
|
Queries the printer and returns the specified log.
Namespace:
Zebra.Sdk.Card.Zmotif.Device
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax string GetLog(
LogType logType,
bool clearLog
)
Function GetLog (
logType As LogType,
clearLog As Boolean
) As String
String^ GetLog(
LogType logType,
bool clearLog
)
Parameters
- logType
- Type: Zebra.Sdk.Card.EnumerationsLogType
The type of log. - clearLog
- Type: SystemBoolean
True to clear the Events log.
Return Value
Type:
StringThe log in XML form.
Exceptions See Also