Documentation > CMS Template API Library > Out > DebugWriteLine(String)

DebugWriteLine

Writes the text to the debug console

public System.Void DebugWriteLine(String)

Parameters

NameDescriptionType
text The text to write System.String

Code Example

C#

Sample:

            
            <%  // A debug statement somewhere in a template  %>
            <%  Out.DebugWriteLine("debug message");  %>
            
            
            

Connect with Crownpeak