| LogWriteLine Method (String, LogLevel) |
Write Log Line
Namespace:
Baffa.Utils
Assembly:
CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public static void WriteLine(
string text,
LogLevel level
)
public:
static void WriteLine(
String^ text,
LogLevel level
)
Parameters
- text
- Type: SystemString
Log Description - level
- Type: Baffa.UtilsLogLevel
Log Level
See Also