mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-23 00:07:28 +00:00
LogManager: added Write(Exception ex) method.
This commit is contained in:
@@ -137,6 +137,11 @@ namespace DnsServerCore
|
||||
|
||||
#region public
|
||||
|
||||
public void Write(Exception ex)
|
||||
{
|
||||
Write(null, ex.ToString());
|
||||
}
|
||||
|
||||
public void Write(IPEndPoint ep, Exception ex)
|
||||
{
|
||||
Write(ep, ex.ToString());
|
||||
@@ -242,4 +247,4 @@ namespace DnsServerCore
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user