Click or drag to resize

DfsClientGetDataServerLogFileContents(ServerAddress, LogFileKind, Int32) Method

Gets the contents of the diagnostic log file of a data server.

Namespace: Ookii.Jumbo.Dfs.FileSystem
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static string GetDataServerLogFileContents(
	ServerAddress address,
	LogFileKind kind,
	int maxSize
)

Parameters

address  ServerAddress
The ServerAddress of the data server.
kind  LogFileKind
The kind of log file.
maxSize  Int32
The maximum size of the log data to return.

Return Value

String
The contents of the log file.
See Also