NFrame.NFINet.Log C# (CSharp) 메소드

Log() 공개 추상적인 메소드

public abstract Log ( int severity, string msg ) : int
severity int
msg string
리턴 int
        public abstract int Log(int severity, string msg);