Writes a log entry
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static void WriteLogEntry( string moduleName, string logEntry, Configuration Configuration )
Public Shared Sub WriteLogEntry ( _ moduleName As String, _ logEntry As String, _ Configuration As Configuration _ )
public: static void WriteLogEntry( String^ moduleName, String^ logEntry, Configuration^ Configuration )
Parameters
- moduleName (String)
- Used to identify which module wrote the entry.
- logEntry (String)
- Text for the log entry.
- Configuration (Configuration)
- The instance of the Configuration class that holds the settings to be used.