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

Logfile not created #90

Open
ShacharWeis opened this issue Jul 13, 2016 · 0 comments
Open

Logfile not created #90

ShacharWeis opened this issue Jul 13, 2016 · 0 comments

Comments

@ShacharWeis
Copy link

I have this code in my App.xaml.cs:
LogManagerFactory.DefaultConfiguration.AddTarget(LogLevel.Trace, LogLevel.Fatal, new StreamingFileTarget());

And this in my class:
ILogger log = LogManagerFactory.DefaultLogManager.GetLogger<MainPage>(); log.Info("Starting");

The folder LocalState\MetroLogs is created, but it's empty.
Running on Win10, Visual Studio 2010 a UAP application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant