Server.Log.Debug C# (CSharp) Méthode

Debug() public static méthode

public static Debug ( string message ) : void
message string
Résultat void
        public static void Debug(string message)
        {
            #if MF_FRAMEWORK_VERSION_V4_1
            Microsoft.SPOT.Debug.Print(message);
            #endif
        }