Documentation

This commit is contained in:
Brennan 2015-03-04 20:41:40 -08:00
parent fa5cef6273
commit 1e6b34a043
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ namespace Microsoft.AspNet.Routing.Logging.Internal
public static class LogFormatter
{
/// <summary>
/// A formatter for use with <see cref="Microsoft.Framework.Logging.ILogger.Write"/>.
/// A formatter for use with <see cref="Microsoft.Framework.Logging.ILogger.Log"/>.
/// </summary>
public static string Formatter(object o, Exception e)
{