Click or drag to resize

LogManager Class

Provides access to MatchPoint logging functionality.
Inheritance Hierarchy
SystemObject
  SPAutoSerializingObject
    SPPersistedObject
      SPPersistedUpgradableObject
        SPService
          SPDiagnosticsServiceBase
            Colygon.MatchPoint.Common.LoggingLogManager

Namespace:  Colygon.MatchPoint.Common.Logging
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public class LogManager : SPDiagnosticsServiceBase

The LogManager type exposes the following members.

Constructors
  NameDescription
Public methodLogManager
Initializes a new LogManager instance.
Public methodLogManager(String, SPFarm)
Initializes a new LogManager instance.
Top
Properties
  NameDescription
Public propertyApplications (Inherited from SPService.)
Public propertyAreas (Inherited from SPDiagnosticsServiceBase.)
Public propertyAutoProvision (Inherited from SPService.)
Public propertyCanBackupRestoreAsConfiguration (Inherited from SPDiagnosticsServiceBase.)
Public propertyCanRenameOnRestore (Inherited from SPDiagnosticsServiceBase.)
Public propertyCanSelectForBackup (Inherited from SPDiagnosticsServiceBase.)
Public propertyCanSelectForRestore (Inherited from SPDiagnosticsServiceBase.)
Public propertyCanUpgrade (Inherited from SPPersistedUpgradableObject.)
Public propertyCompliantWithMinRole (Inherited from SPService.)
Public propertyCorrelationVisibleID (Inherited from SPDiagnosticsServiceBase.)
Public propertyDeploymentLocked (Inherited from SPPersistedObject.)
Public propertyDescription (Inherited from SPService.)
Public propertyDiskSizeRequired (Inherited from SPDiagnosticsServiceBase.)
Public propertyDisplayName (Inherited from SPPersistedObject.)
Public propertyFarm (Inherited from SPPersistedObject.)
Public propertyHidden (Inherited from SPService.)
Public propertyId (Inherited from SPPersistedObject.)
Public propertyInstances (Inherited from SPService.)
Public propertyIsBackwardsCompatible (Inherited from SPPersistedUpgradableObject.)
Public propertyJobDefinitions (Inherited from SPService.)
Public propertyJobHistoryEntries (Inherited from SPService.)
Public propertyName (Inherited from SPPersistedObject.)
Public propertyNeedsUpgrade (Inherited from SPPersistedUpgradableObject.)
Public propertyNeedsUpgradeIncludeChildren (Inherited from SPPersistedUpgradableObject.)
Public propertyStatic memberNullLogger
Public propertyParent (Inherited from SPPersistedObject.)
Public propertyProperties (Inherited from SPPersistedObject.)
Public propertyRequired (Inherited from SPService.)
Protected propertyResourceDll (Inherited from SPDiagnosticsServiceBase.)
Public propertyRunningJobs (Inherited from SPService.)
Public propertyShouldDeferUpgradeActions (Inherited from SPPersistedUpgradableObject.)
Public propertyStatus (Inherited from SPPersistedObject.)
Public propertySystemService (Inherited from SPService.)
Public propertyTypeName (Inherited from SPPersistedObject.)
Public propertyUpgradeContext (Inherited from SPPersistedUpgradableObject.)
Public propertyUpgradedPersistedProperties (Inherited from SPAutoSerializingObject.)
Public propertyVersion (Inherited from SPPersistedObject.)
Protected propertyWasCreated (Inherited from SPPersistedObject.)
Top
Methods
  NameDescription
Public methodAddBackupObjects (Inherited from SPDiagnosticsServiceBase.)
Public methodClone (Inherited from SPPersistedObject.)
Public methodDelete (Inherited from SPService.)
Public methodEquals (Inherited from SPPersistedObject.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetChild``1 (Inherited from SPPersistedObject.)
Public methodGetChild``1(String) (Inherited from SPPersistedObject.)
Public methodGetCreateApplicationLink (Inherited from SPService.)
Public methodGetCreateApplicationOptions (Inherited from SPService.)
Public methodStatic memberGetCurrentClassLogger
Returns an instance of the Logger class.
Public methodStatic memberGetCurrentClassLogger(Enum)
Returns an instance of the Logger class.
Public methodStatic memberGetCurrentClassLogger(String)
Returns an instance of the Logger class.
Protected methodGetFirstPreconfiguredDatabase (Inherited from SPService.)
Public methodGetHashCode (Inherited from SPPersistedObject.)
Public methodGetObjectData (Inherited from SPAutoSerializingObject.)
Protected methodGetPreconfiguredDatabaseInfo (Inherited from SPService.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHasAdditionalUpdateAccess (Overrides SPPersistedObject.HasAdditionalUpdateAccess.)
Public methodInvalidate (Inherited from SPPersistedUpgradableObject.)
Public methodIsUserLicensedForEntity (Inherited from SPService.)
Public methodLegacyUpdate (Inherited from SPPersistedObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnAbort (Inherited from SPDiagnosticsServiceBase.)
Public methodOnBackup (Inherited from SPDiagnosticsServiceBase.)
Public methodOnBackupComplete (Inherited from SPDiagnosticsServiceBase.)
Protected methodOnDeserialization (Inherited from SPPersistedObject.)
Protected methodOnPostCreate (Inherited from SPPersistedObject.)
Public methodOnPostRestore (Inherited from SPDiagnosticsServiceBase.)
Protected methodOnPreCreate (Inherited from SPPersistedObject.)
Public methodOnPrepareBackup (Inherited from SPDiagnosticsServiceBase.)
Public methodOnPreRestore (Inherited from SPDiagnosticsServiceBase.)
Public methodOnRestore (Inherited from SPDiagnosticsServiceBase.)
Protected methodProvideAreas
Returns a collection of the event and trace logging categories used with this service.
(Overrides SPDiagnosticsServiceBase.ProvideAreas.)
Public methodProvision (Inherited from SPPersistedObject.)
Public methodResetAll (Inherited from SPDiagnosticsServiceBase.)
Public methodRunWithConcurrencyRetries (Inherited from SPPersistedObject.)
Public methodSetAll(TraceSeverity) (Inherited from SPDiagnosticsServiceBase.)
Public methodSetAll(EventSeverity) (Inherited from SPDiagnosticsServiceBase.)
Public methodSetAll(TraceSeverity, EventSeverity) (Inherited from SPDiagnosticsServiceBase.)
Public methodToString (Inherited from SPPersistedObject.)
Public methodUncache (Inherited from SPPersistedObject.)
Public methodUnprovision (Inherited from SPPersistedObject.)
Public methodUpdate (Inherited from SPDiagnosticsServiceBase.)
Public methodUpdate(Boolean) (Inherited from SPPersistedObject.)
Protected methodUpdateParent (Inherited from SPAutoSerializingObject.)
Public methodUpdateWithNoObjectCallbackCheck (Inherited from SPPersistedObject.)
Public methodUpgrade (Inherited from SPPersistedUpgradableObject.)
Public methodUpgrade(Boolean) (Inherited from SPPersistedUpgradableObject.)
Protected methodValidate (Inherited from SPPersistedObject.)
Public methodValidateBackwardsCompatibility (Inherited from SPPersistedUpgradableObject.)
Public methodWriteEvent (Inherited from SPDiagnosticsServiceBase.)
Public methodWriteTrace (Inherited from SPDiagnosticsServiceBase.)
Top
See Also