- option
- The logger option to add.
| Visual Basic (Declaration) | |
|---|---|
Public Sub Add( _ ByVal option As LoggerElement _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LoggerCollection Dim option As LoggerElement instance.Add(option) | |
| C# | |
|---|---|
public void Add( LoggerElement option ) | |
| C++/CLI | |
|---|---|
public: void Add( LoggerElement^ option ) | |
Parameters
- option
- The logger option to add.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code