You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>/// Sets the file name template of the log file./// The default value is <c>"Trace.log"</c>./// </summary>/// <param name="builder">The builder.</param>/// <param name="fileNameTemplate">The file name template.</param>/// <returns>The same builder instance.</returns>publicstaticLogConsumerAtataContextBuilder<NLogFileConsumer>WithFileNameTemplate(thisLogConsumerAtataContextBuilder<NLogFileConsumer>builder,stringfileNameTemplate)
Added
NLogFileConsumer
property:Removed
NLogFileConsumer
properties:DirectoryPathBuilder
FileNameBuilder
FilePathBuilder
Added
LogConsumerAtataContextBuilder<NLogFileConsumer>
configuration extension method:Removed
LogConsumerAtataContextBuilder<NLogFileConsumer>
configuration extension methods:WithArtifactsDirectoryPath
WithDirectoryPath
WithFilePath
WithFileName
The text was updated successfully, but these errors were encountered: