NET Logging Library
MessageFormat Property (BaseTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > BaseTarget Class : MessageFormat Property
What to output in the log.
See the Message Format topic in the Basic Tasks Section of the Help File
Syntax
Public Overridable Property MessageFormat As String
Dim instance As BaseTarget
Dim value As String
 
instance.MessageFormat = value
 
value = instance.MessageFormat
public virtual string MessageFormat {get; set;}
public:
virtual property String^ MessageFormat {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseTarget Class
BaseTarget Members