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)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|