Class LoggingFileTransformer
Represents the logging file transformer.
Inherited Members
Namespace: Platform.RegularExpressions.Transformer
Assembly: Platform.RegularExpressions.Transformer.dll
Syntax
public class LoggingFileTransformer : FileTransformer, IFileTransformer, ITransformer
Constructors
| Improve this Doc View SourceLoggingFileTransformer(ITextTransformer, String, String)
Initializes a new LoggingFileTransformer instance.
Declaration
public LoggingFileTransformer(ITextTransformer textTransformer, string sourceFileExtension, string targetFileExtension)
Parameters
Type | Name | Description |
---|---|---|
ITextTransformer | textTransformer | A text transformer.
|
String | sourceFileExtension | A source file extension.
|
String | targetFileExtension | A target file extension.
|
Methods
| Improve this Doc View SourceTransformFile(String, String)
Transforms the file using the specified source path.
Declaration
protected override void TransformFile(string sourcePath, string targetPath)
Parameters
Type | Name | Description |
---|---|---|
String | sourcePath | The source path.
|
String | targetPath | The target path.
|