1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-16 01:42:58 +08:00

Merge branch 'bindable-control-point-properties' into editor-timing-screen-2

This commit is contained in:
Dean Herbert 2019-10-28 16:25:15 +09:00
commit f4668b0d59

View File

@ -166,19 +166,6 @@ namespace osu.Game.Database
// no-op. called by tooling. // 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 private class OsuDbLogger : ILogger
{ {
public void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter) public void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)