public void Log<TState>( LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter )
Public Sub Log(Of TState) ( logLevel As LogLevel, eventId As EventId, state As TState, exception As Exception, formatter As Func(Of TState, Exception, String) )
public: generic<typename TState> virtual void Log( LogLevel logLevel, EventId eventId, TState state, Exception^ exception, Func<TState, Exception^, String^>^ formatter ) sealed
JavaScript does not support generic types or methods.
In This Article