Interface ILicenseLogger
Assembly: EPiServer.Licensing.dll
Version: 11.20.7
Syntax
public interface ILicenseLogger
Methods
Debug(String, Exception)
Declaration
void Debug(string message, Exception exception)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Exception |
exception |
|
Error(String, Exception)
Declaration
void Error(string message, Exception exception)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Exception |
exception |
|
Warning(String, Exception)
Declaration
void Warning(string message, Exception exception)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Exception |
exception |
|
Extension Methods