Server.Log.Debug C# (CSharp) 메소드

Debug() 공개 정적인 메소드

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