copyWith abstract method
Returns a shallow copy of this LogSettings with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
LogSettings copyWith({
_i2.LogLevel? logLevel,
bool? logAllSessions,
bool? logAllQueries,
bool? logSlowSessions,
bool? logStreamingSessionsContinuously,
bool? logSlowQueries,
bool? logFailedSessions,
bool? logFailedQueries,
double? slowSessionDuration,
double? slowQueryDuration,
});