AccidentalFish.ApplicationSupport.Core.Logging.Implementation.TraceAsynchronousLogger.InformationAsync C# (CSharp) Метод

InformationAsync() публичный Метод

public InformationAsync ( string message ) : System.Threading.Tasks.Task
message string
Результат System.Threading.Tasks.Task
        public async Task InformationAsync(string message, params object[] additionalData)
        {
            await LogAsync(LogLevelEnum.Information, message, additionalData);
        }

Same methods

TraceAsynchronousLogger::InformationAsync ( string message, Exception exception ) : System.Threading.Tasks.Task