| Visual Basic (Declaration) | |
|---|---|
Public Shared Sub ConfigureLogging( _ ByVal configuration As Config.LoggingConfiguration _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static void ConfigureLogging( Config.LoggingConfiguration configuration ) | |
| C++/CLI | |
|---|---|
public: static void ConfigureLogging( Config.LoggingConfiguration^ configuration ) | |
Parameters
- configuration
- Configuration object
This configuration should be set up before Engine static class is referenced as it will automatically come into affect at that time. Once ApexSQL Log API engine has been initialized any calls to this method will raise an exception.
Copy Code