Documentation
This commit is contained in:
parent
fa5cef6273
commit
1e6b34a043
|
|
@ -8,7 +8,7 @@ namespace Microsoft.AspNet.Routing.Logging.Internal
|
||||||
public static class LogFormatter
|
public static class LogFormatter
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
public static string Formatter(object o, Exception e)
|
public static string Formatter(object o, Exception e)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue