We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have this code in my App.xaml.cs: LogManagerFactory.DefaultConfiguration.AddTarget(LogLevel.Trace, LogLevel.Fatal, new StreamingFileTarget());
LogManagerFactory.DefaultConfiguration.AddTarget(LogLevel.Trace, LogLevel.Fatal, new StreamingFileTarget());
And this in my class: ILogger log = LogManagerFactory.DefaultLogManager.GetLogger<MainPage>(); log.Info("Starting");
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: