Table of Contents

Class BackupExecLogSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Backup Exec job log settings.

public class BackupExecLogSettings : BaseTypeSection
Inheritance
BackupExecLogSettings

Constructors

BackupExecLogSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecLogSettings class.

public BackupExecLogSettings()

Properties

InformationLevel

Gets or sets the information level to store in the job logs.

public BackupExecLogInformationLevel InformationLevel { get; set; }

Property Value

BackupExecLogInformationLevel

InformationLevelString

Gets the information level to store in the job logs as a human readable string.

public string InformationLevelString { get; set; }

Property Value

string

JobLogPath

Gets or sets the absolute path to the job log files.

public string JobLogPath { get; set; }

Property Value

string

LogFilePrefix

Gets or sets the prefix to use for job log filenames - for example "BEX".

public string LogFilePrefix { get; set; }

Property Value

string

OutputStyle

Gets or sets the log output style.

public BackupExecLogOutputStyle OutputStyle { get; set; }

Property Value

BackupExecLogOutputStyle

OutputStyleString

Gets the log output style as a human readable string.

public string OutputStyleString { get; set; }

Property Value

string

Methods

ToString()

Returns the information level to store in the job logs.

public override string ToString()

Returns

string

The information level to store in the job logs.