コード例 #1
0
        public LogFactory InterfaceInfo(string message, Exception exception = null)
        {
            logInstance.InterfaceInfo(message);

            return(this);
        }