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

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