| DotLessLoggerLog Method |
Namespace:
Dynamicweb.LessCompiler
Assembly:
Dynamicweb.LessCompiler (in Dynamicweb.LessCompiler.dll) Version: 1.1.10.0 (1.1.10)
Syntax public void Log(
LogLevel level,
string message
)
Public Sub Log (
level As LogLevel,
message As String
)
Parameters
- level
- Type: LogLevel
- message
- Type: SystemString
Implements
ILogger.Log(LogLevel, String)See Also