Cocktail Help Reference
DebugWriteLine Method
See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace > LogFns Class : DebugWriteLine Method



aObject
The object to be written to the log.

Glossary Item Box

Write a string representation of an object to the log for debug builds of Cocktail applications.

Syntax

Visual Basic (Declaration) 
<ConditionalAttribute("DEBUG")>
Public Shared Sub DebugWriteLine( _
   ByVal aObject As Object _
) 
Visual Basic (Usage)Copy Code
Dim aObject As Object
 
LogFns.DebugWriteLine(aObject)
C# 
[ConditionalAttribute("DEBUG")]
public static void DebugWriteLine( 
   object aObject
)
C++/CLI 
[ConditionalAttribute("DEBUG")]
public:
static void DebugWriteLine( 
   Object^ aObject
) 

Parameters

aObject
The object to be written to the log.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.