IOutputHandler Interface ======================== Namespace :dn:ns:`ampl.com` Assemblies * AMPL ---- .. contents:: :local: Syntax ------ .. code-block:: csharp public interface IOutputHandler .. dn:interface:: ampl.com.IOutputHandler :hidden: .. dn:interface:: ampl.com.IOutputHandler Methods ------- .. dn:interface:: ampl.com.IOutputHandler :noindex: :hidden: .. dn:method:: ampl.com.IOutputHandler.Output(Kind, System.String) :type kind: Kind :type msg: System.String .. code-block:: csharp void Output(Kind kind, string msg)