xCompany.log Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
log(DatabaseLogType, Int32) | |
log(DatabaseLogType, Int32, Int32) |
log(DatabaseLogType, Int32)
public:
virtual bool log(Dynamics::AX::Application::DatabaseLogType type1, int num1);
public virtual bool log (Dynamics.AX.Application.DatabaseLogType type1, int num1);
abstract member log : Dynamics.AX.Application.DatabaseLogType * int -> bool
override this.log : Dynamics.AX.Application.DatabaseLogType * int -> bool
Public Overridable Function log (type1 As DatabaseLogType, num1 As Integer) As Boolean
Parameters
- type1
- DatabaseLogType
- num1
- Int32
Returns
Applies to
log(DatabaseLogType, Int32, Int32)
public:
virtual bool log(Dynamics::AX::Application::DatabaseLogType _typeOfLog, int _tableId, int _fieldId);
public virtual bool log (Dynamics.AX.Application.DatabaseLogType _typeOfLog, int _tableId, int _fieldId);
abstract member log : Dynamics.AX.Application.DatabaseLogType * int * int -> bool
override this.log : Dynamics.AX.Application.DatabaseLogType * int * int -> bool
Public Overridable Function log (_typeOfLog As DatabaseLogType, _tableId As Integer, _fieldId As Integer) As Boolean
Parameters
- _typeOfLog
- DatabaseLogType
- _tableId
- Int32
- _fieldId
- Int32