LogFormatter API change

This commit is contained in:
Brennan 2015-02-24 10:31:35 -08:00
parent dc49a2c194
commit 9b69e6f234
14 changed files with 14 additions and 14 deletions

View File

@ -50,7 +50,7 @@ namespace Microsoft.AspNet.Mvc.Logging
public override string Format()
{
return LogFormatter.FormatStructure(this);
return LogFormatter.FormatLogValues(this);
}
}
}

View File

@ -113,7 +113,7 @@ namespace Microsoft.AspNet.Mvc.Logging
public override string Format()
{
return LogFormatter.FormatStructure(this);
return LogFormatter.FormatLogValues(this);
}
}
}

View File

@ -94,7 +94,7 @@ namespace Microsoft.AspNet.Mvc.Logging
public override string Format()
{
return LogFormatter.FormatStructure(this);
return LogFormatter.FormatLogValues(this);
}
}
}

View File

@ -32,7 +32,7 @@ namespace Microsoft.AspNet.Mvc.Logging
public override string Format()
{
return LogFormatter.FormatStructure(this);
return LogFormatter.FormatLogValues(this);
}
}
}

View File

@ -40,7 +40,7 @@ namespace Microsoft.AspNet.Mvc.Logging
public override string Format()
{
return LogFormatter.FormatStructure(this);
return LogFormatter.FormatLogValues(this);
}
}
}

View File

@ -36,7 +36,7 @@ namespace Microsoft.AspNet.Mvc.Logging
public override string Format()
{
return LogFormatter.FormatStructure(this);
return LogFormatter.FormatLogValues(this);
}
}
}

View File

@ -45,7 +45,7 @@ namespace Microsoft.AspNet.Mvc.Logging
public override string Format()
{
return LogFormatter.FormatStructure(this);
return LogFormatter.FormatLogValues(this);
}
}
}

View File

@ -91,7 +91,7 @@ namespace Microsoft.AspNet.Mvc.Logging
public override string Format()
{
return LogFormatter.FormatStructure(this);
return LogFormatter.FormatLogValues(this);
}
}
}

View File

@ -37,7 +37,7 @@ namespace Microsoft.AspNet.Mvc.Logging
public override string Format()
{
return LogFormatter.FormatStructure(this);
return LogFormatter.FormatLogValues(this);
}
}
}

View File

@ -63,7 +63,7 @@ namespace Microsoft.AspNet.Mvc.Logging
public override string Format()
{
return LogFormatter.FormatStructure(this);
return LogFormatter.FormatLogValues(this);
}
}
}

View File

@ -37,7 +37,7 @@ namespace Microsoft.AspNet.Mvc.Logging
public override string Format()
{
return LogFormatter.FormatStructure(this);
return LogFormatter.FormatLogValues(this);
}
}
}

View File

@ -39,7 +39,7 @@ namespace Microsoft.AspNet.Mvc.Logging
public override string Format()
{
return LogFormatter.FormatStructure(this);
return LogFormatter.FormatLogValues(this);
}
}
}

View File

@ -42,7 +42,7 @@ namespace Microsoft.AspNet.Mvc.Logging
public override string Format()
{
return LogFormatter.FormatStructure(this);
return LogFormatter.FormatLogValues(this);
}
}
}

View File

@ -36,7 +36,7 @@ namespace Microsoft.AspNet.Mvc.Logging
public override string Format()
{
return LogFormatter.FormatStructure(this);
return LogFormatter.FormatLogValues(this);
}
}
}