Exemple #1
0
        public async Task WriteError(string component, string process, string context, Exception exeption, DateTime?dateTime = null)
        {
            await _consoleLog.WriteError(component, process, context, exeption);

            await _tableLog.WriteError(component, process, context, exeption);
        }