Dynamicweb 9
Dynamicweb 9
Dynamicweb.Logging
ILogger Interface
ILogger Methods
Log Method
Log Method (String)
Log Method (LogLevel, String)
Log Method (LogLevel, String, Exception)
Log Method (LogLevel, String, String)
Log Method (LogLevel, String, String, Exception)
ILogger
Log Method (LogLevel, String)
Namespace:
Dynamicweb.Logging
Assembly:
Dynamicweb.Logging (in Dynamicweb.Logging.dll) Version: 5.1.3
Syntax
C#
VB
Copy
void
Log
(
LogLevel
level
,
string
message
)
Sub
Log
(
level
As
LogLevel
,
message
As
String
)
Parameters
level
Type:
Dynamicweb.Logging
LogLevel
message
Type:
System
String
See Also
Reference
ILogger Interface
Log Overload
Dynamicweb.Logging Namespace