Log.Configure Method (String, LogFileRollOver, Int32, TimeSpan)

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

Syntax

'Declaration
Public Sub Configure ( _
    path As String, _
    logFileRollOver As LogFileRollOver, _
    bufferSize As Integer, _
    streamFlushInterval As TimeSpan _
)
'Usage
Dim instance As Log
Dim path As String
Dim logFileRollOver As LogFileRollOver
Dim bufferSize As Integer
Dim streamFlushInterval As TimeSpan

instance.Configure(path, logFileRollOver, _
    bufferSize, streamFlushInterval)
public void Configure(
    string path,
    LogFileRollOver logFileRollOver,
    int bufferSize,
    TimeSpan streamFlushInterval
)

Parameters