C# Class SharpLog.SynchronousFormattableLogger

Inheritance: FormattableLogger
ファイルを表示 Open project: prasannavl/SharpLog

Protected Methods

Method Description
ExecuteAsync ( LogLevel level, string text, string callerName ) : System.Threading.Tasks.Task

Method Details

ExecuteAsync() protected method

protected ExecuteAsync ( LogLevel level, string text, string callerName ) : System.Threading.Tasks.Task
level LogLevel
text string
callerName string
return System.Threading.Tasks.Task