Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
asanchez128 opened this issue Jun 23, 2017 · 0 comments
Open

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

asanchez128 opened this issue Jun 23, 2017 · 0 comments
Assignees

Comments

@asanchez128
Copy link

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.

@odelvalle odelvalle self-assigned this Jun 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants