StatementGeneratorLoggerService.LogWarning(String) 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.
public:
virtual void LogWarning(System::String ^ message);
public void LogWarning (string message);
abstract member LogWarning : string -> unit
override this.LogWarning : string -> unit
Public Sub LogWarning (message As String)
Parameters
- message
- String
Implements
Microsoft.Dynamics.AX.Server.Core.Service.IStatementGeneratorLoggerService.LogWarning(System.String)