mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 22:35:23 +08:00
Merge branch 'master' into master
This commit is contained in:
commit
21f59ac73a
@ -166,19 +166,6 @@ namespace osu.Game.Database
|
||||
// no-op. called by tooling.
|
||||
}
|
||||
|
||||
private class OsuDbLoggerProvider : ILoggerProvider
|
||||
{
|
||||
#region Disposal
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
public ILogger CreateLogger(string categoryName) => new OsuDbLogger();
|
||||
}
|
||||
|
||||
private class OsuDbLogger : ILogger
|
||||
{
|
||||
public void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)
|
||||
|
Loading…
Reference in New Issue
Block a user