536cd135cc
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
15 lines
185 B
C#
15 lines
185 B
C#
namespace System.Web
|
|
{
|
|
static class TelemetryLogger
|
|
{
|
|
public static void LogHttpHandler (Type type)
|
|
{
|
|
|
|
}
|
|
|
|
public static void LogTargetFramework (Version version)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |