Interface IComplexTypeConverterLogging
- Namespace
- MASES.EntityFrameworkCore.KNet.Serialization
- Assembly
- MASES.EntityFrameworkCore.KNet.Serialization.dll
The interface adds support to IComplexTypeConverter for logging behavior
public interface IComplexTypeConverterLogging
Properties
Logging
IDiagnosticsLogger<TLoggerCategory> can be used to give back information
IDiagnosticsLogger<DbLoggerCategory.Infrastructure> Logging { get; }
Property Value
Methods
Register(IDiagnosticsLogger<Infrastructure>)
Register an IDiagnosticsLogger<TLoggerCategory> instance can be used to give back information
void Register(IDiagnosticsLogger<DbLoggerCategory.Infrastructure> logging)
Parameters
loggingIDiagnosticsLogger<DbLoggerCategory.Infrastructure>IDiagnosticsLogger<TLoggerCategory> can be used to give back information
Remarks
This method is invoked only once to register the logging without the need of a specific costructor