mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
fixed build error
This commit is contained in:
parent
04f05bdb83
commit
2d42d1ce6a
@ -44,6 +44,11 @@ public void Error(string message)
|
||||
_logger.Error(message);
|
||||
}
|
||||
|
||||
public void Error(Exception exception)
|
||||
{
|
||||
_logger.ErrorException(exception.Message, exception);
|
||||
}
|
||||
|
||||
public void Write(string message, bool escaped)
|
||||
{
|
||||
_logger.Info(message);
|
||||
|
Loading…
Reference in New Issue
Block a user