Log.Configure Method (String, TimeSpan, Int64, Int64, Boolean)

Namespace:  Microsoft.Exchange.Diagnostics
Assembly:  Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)

Syntax

'Declaration
Public Sub Configure ( _
    path As String, _
    maxAge As TimeSpan, _
    maxDirectorySize As Long, _
    maxLogFileSize As Long, _
    enforceAccurateAge As Boolean _
)
'Usage
Dim instance As Log
Dim path As String
Dim maxAge As TimeSpan
Dim maxDirectorySize As Long
Dim maxLogFileSize As Long
Dim enforceAccurateAge As Boolean

instance.Configure(path, maxAge, maxDirectorySize, _
    maxLogFileSize, enforceAccurateAge)
public void Configure(
    string path,
    TimeSpan maxAge,
    long maxDirectorySize,
    long maxLogFileSize,
    bool enforceAccurateAge
)

Parameters