Tce.RpcLogger.error C# (CSharp) Method

error() public method

public error ( string msg ) : RpcLogger
msg string
return RpcLogger
        public RpcLogger error(string msg)
        {
            return print(msg, LOG_TYPE.ERROR);
        }