| LogLevelsGuessLevel Method |
Try to recognize a known log level in the given string.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public static string GuessLevel(
string value
)
Public Shared Function GuessLevel (
value As String
) As String
Parameters
- value
- Type: SystemString
The string, which possibly describes a log level.
Return Value
Type:
StringOne of the known log levels.
See Also