NET Logging Library
LogCustomLogEntry Method (Log)



KellermanSoftware.NetLoggingLibrary Namespace > Log Class : LogCustomLogEntry Method
Log a custom log entry
Syntax
Public Shared Function LogCustomLogEntry( _
   ByVal entry As LogEntry _
) As LogResponse
Dim entry As LogEntry
Dim value As LogResponse
 
value = Log.LogCustomLogEntry(entry)
public static LogResponse LogCustomLogEntry( 
   LogEntry entry
)
public:
static LogResponse^ LogCustomLogEntry( 
   LogEntry^ entry
) 

Parameters

entry
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

Log Class
Log Members