Visual Basic (Declaration) | |
---|---|
Public Shared Function LogLevelToString( _ ByVal curLogLevel As modConstantsAndEnums.eLogLevel _ ) As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim curLogLevel As modConstantsAndEnums.eLogLevel Dim value As String value = Logger.LogLevelToString(curLogLevel) |
C# | |
---|---|
public static string LogLevelToString( modConstantsAndEnums.eLogLevel curLogLevel ) |
C++/CLI | |
---|---|
public: static String^ LogLevelToString( modConstantsAndEnums.eLogLevel curLogLevel ) |
Parameters
- curLogLevel