Click or drag to resize

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
)

Parameters

level
Type: LogLevel
message
Type: SystemString

Implements

ILogger.Log(LogLevel, String)
See Also