Click or drag to resize

DfsClientGetDataServerLogFileContents Method (ServerAddress, LogFileKind, Int32)

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: 2.0.0
Syntax
public static string GetDataServerLogFileContents(
	ServerAddress address,
	LogFileKind kind,
	int maxSize
)

Parameters

address
Type: Ookii.JumboServerAddress
The ServerAddress of the data server.
kind
Type: Ookii.JumboLogFileKind
The kind of log file.
maxSize
Type: SystemInt32
The maximum size of the log data to return.

Return Value

Type: String
The contents of the log file.
See Also