Show / Hide Table of Contents

Delegate LoggerCallback

Callback to intercept warning messages.

Namespace: ClingoSharp.CoreServices.Callbacks
Assembly: ClingoSharp.CoreServices.dll
Syntax
public delegate void LoggerCallback(WarningCode code, string message, IntPtr data);
Parameters
Type Name Description
WarningCode code

associated warning code

System.String message

warning message

System.IntPtr data

user data for callback

  • Improve this Doc
  • View Source
Back to top Generated by DocFX