| LogCheckLogLevel Method |
Check Log Level
Namespace:
Baffa.Utils
Assembly:
CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool CheckLogLevel(
LogLevel level
)
public:
static bool CheckLogLevel(
LogLevel level
)
Parameters
- level
- Type: Baffa.UtilsLogLevel
Level to verify
Return Value
Type:
BooleanTrue or False
See Also