NET Logging Library
LogEntries Property



KellermanSoftware.NetLoggingLibrary.Targets Namespace > BinaryFileTarget Class : LogEntries Property
Get the number of entries that have been logged in the file
Syntax
Public ReadOnly Property LogEntries As Long
Dim instance As BinaryFileTarget
Dim value As Long
 
value = instance.LogEntries
public long LogEntries {get;}
public:
property int64 LogEntries {
   int64 get();
}
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

BinaryFileTarget Class
BinaryFileTarget Members