Cocktail Help Reference
LogFormatter Field
See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace > DefaultDebugLogger Class : LogFormatter Field



Glossary Item Box

Replaceable log message formatter. See DefaultLogFormatter example.

Syntax

Visual Basic (Declaration) 
Public Shared LogFormatter As Func(Of Type,String,String,String)
Visual Basic (Usage)Copy Code
Dim value As Func(Of Type,String,String,String)
 
value = DefaultDebugLogger.LogFormatter
 
DefaultDebugLogger.LogFormatter = value
C# 
public static Func<Type,string,string,string> LogFormatter
C++/CLI 
public:
static Func<Type^,String^,String^,String^>^ LogFormatter

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.