Skip to content

Get Output from Slapper.AutoMapper Built-In Logger #55

Description

@asanchez128

The title of this question says it all. I tried to get the output of the built-in logger by adding the following lines to an app.config file

<system.diagnostics>
    <trace autoflush="false" indentsize="4">
      <listeners>
        <add name="myListener" type="Slapper.AutoMapper.Logging.TraceLogger" initializeData="TextWriterOutput.log" />
        <remove name="Default" />
      </listeners>
    </trace>
  </system.diagnostics>

I have already read the source code at this repo. However, I did not find an example of its use in an external application. I would really appreciate your expertise on this one.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions