Click or drag to resize

LogFileHelperGetLogFileContents Method

Gets the contents of the specified log file. For Jumbo internal use only.

Namespace: Ookii.Jumbo
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static string? GetLogFileContents(
	string serverName,
	LogFileKind kind,
	int maxSize
)

Parameters

serverName  String
Name of the server whose log file to return.
kind  LogFileKind
The kind of log file.
maxSize  Int32
The maximum size, or zero to return the entire log file..

Return Value

String
The contents of the log file, or if the log file doesn't exist.
See Also