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



aObject
The object to be written to the log.

Glossary Item Box

Write a string representation of an object to the log.

Syntax

Visual Basic (Declaration) 
<ConditionalAttribute("TRACE")>
Public Shared Sub TraceWriteLine( _
   ByVal aObject As Object _
) 
Visual Basic (Usage)Copy Code
Dim aObject As Object
 
LogFns.TraceWriteLine(aObject)
C# 
[ConditionalAttribute("TRACE")]
public static void TraceWriteLine( 
   object aObject
)
C++/CLI 
[ConditionalAttribute("TRACE")]
public:
static void TraceWriteLine( 
   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.