共用方式為


SiteLogFile 類別

定義

設定網站的記錄。

public ref class SiteLogFile sealed : Microsoft::Web::Administration::ConfigurationElement
public sealed class SiteLogFile : Microsoft.Web.Administration.ConfigurationElement
type SiteLogFile = class
    inherit ConfigurationElement
Public NotInheritable Class SiteLogFile
Inherits ConfigurationElement
繼承

備註

此類別的某些屬性相依性為相依性;因此,請務必仔細閱讀每個屬性的檔。 例如,除非 Period 屬性設定為 Microsoft.Web.Administration.LoggingRolloverPeriod.MaxSizeTruncateSize 否則屬性不會有任何作用。

屬性

Attributes

取得組態屬性集合,其中包含這個專案的屬性清單。

(繼承來源 ConfigurationElement)
ChildElements

取得目前專案的所有子專案。

(繼承來源 ConfigurationElement)
CustomLogFields

設定網站的記錄。

CustomLogPluginClsid

取得或設定用於自訂記錄之外掛程式模組的 GUID。

Directory

取得或設定值,指定儲存記錄檔之目錄的名稱。

ElementTagName

設定網站的記錄。

(繼承來源 ConfigurationElement)
Enabled

取得或設定值,指出是否為網站啟用記錄。

IsLocallyStored

取得值,指出組態專案是否儲存在特定組態檔中。

(繼承來源 ConfigurationElement)
Item[String]

取得或設定具有指定名稱的屬性。

(繼承來源 ConfigurationElement)
LocalTimeRollover

取得或設定值,指出記錄檔是以當地時間或國際標準時間 (UTC) 為基礎。

LogExtFileFlags

取得或設定記錄檔中記錄的屬性。

LogFormat

取得或設定記錄檔的格式。

LogTargetW3C

設定網站的記錄。

Methods

取得組態專案的方法集合。

(繼承來源 ConfigurationElement)
Period

取得或設定值,指定建立新記錄檔的頻率。

RawAttributes

設定網站的記錄。

(繼承來源 ConfigurationElement)
Schema

取得目前專案的架構。

(繼承來源 ConfigurationElement)
TruncateSize

取得或設定截斷記錄檔內容的大小,以位元組為單位。

方法

Delete()

設定網站的記錄。

(繼承來源 ConfigurationElement)
GetAttribute(String)

ConfigurationAttribute傳回 物件,表示要求的屬性。

(繼承來源 ConfigurationElement)
GetAttributeValue(String)

傳回指定之屬性的值。

(繼承來源 ConfigurationElement)
GetChildElement(String)

傳回目前組態專案下且具有指定名稱的子專案。

(繼承來源 ConfigurationElement)
GetChildElement(String, Type)

傳回目前組態專案下且具有指定名稱和類型的子專案。

(繼承來源 ConfigurationElement)
GetCollection()

傳回目前組態專案的預設集合。

(繼承來源 ConfigurationElement)
GetCollection(String)

傳回屬於目前組態專案的所有組態專案。

(繼承來源 ConfigurationElement)
GetCollection(String, Type)

傳回具有指定名稱和類型的組態專案,且位於目前的組態專案之下。

(繼承來源 ConfigurationElement)
GetCollection(Type)

傳回具有指定型別且位於目前組態專案底下的組態專案。

(繼承來源 ConfigurationElement)
GetMetadata(String)

從專案架構傳回中繼資料值。

(繼承來源 ConfigurationElement)
SetAttributeValue(String, Object)

設定指定屬性的值。

(繼承來源 ConfigurationElement)
SetMetadata(String, Object)

設定專案架構中的中繼資料值。

(繼承來源 ConfigurationElement)

適用於