Share via


ILogger_BR.logError Method [AX 2012]

Logs error messages.

Syntax

public void logError(str _message, [str _errorCode])

Run On

Called

Parameters

  • _message
    Type: str
    The error message to be logged.
  • _errorCode
    Type: str
    The error code to be logged. Optional.

See Also

Reference

ILogger_BR Interface