LoggerConfiguration(Int32, Int32, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public LoggerConfiguration (int maxLogFileCount, int maxLogFileSizeMb, bool isPiiAllowed = true);
new Microsoft.InformationProtection.LoggerConfiguration : int * int * bool -> Microsoft.InformationProtection.LoggerConfiguration
Public Sub New (maxLogFileCount As Integer, maxLogFileSizeMb As Integer, Optional isPiiAllowed As Boolean = true)
Parameters
- maxLogFileCount
- Int32
- maxLogFileSizeMb
- Int32
- isPiiAllowed
- Boolean