Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Packages.Package.UpgradeLogging Class

Implements a logging data provider to record all logging data while upgrading a site.

All data recorded while upgrading a site is written to the file .\Website\Data\UpgradeLogFile.txt.

Namespace: YetaWF.Core.Packages
Assembly: YetaWF.Core

Inheritance

Syntax

public class UpgradeLogging : YetaWF.Core.Log.ILogging;

Constructors

PublicUpgradeLoggingConstructor.

Methods

PublicClearAsyncClears all log records.
PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicFlushAsyncFlushes all pending log records to permanent storage.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicGetLevelReturns the minimum severity level that is logged by the logging data provider.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicInitAsyncInitializes the logging data provider.
PublicIsInstalledAsyncReturns whether the logging data provider is installed and available.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.
PublicWriteToLogFileAdds a record using the logging data provider.

See Also YetaWF.Core Overview