[TIBCO.EMS .NET Admin client library 6.0 documentation]

Get the total size of the log file.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public long LogFileSize { get; }
Public ReadOnly Property LogFileSize As Long
public:
property long long LogFileSize {
	long long get ();
}

Return Value

the size of the log file or 0 if log file is not set.

See Also