C# Class Notification_Forwarder.ConfigHelper.Conf

Mostra file Open project: Elepover/notificationforwarder

Public Methods

Method Description
DelayAsync ( int interval, CoreDispatcher dispatcher ) : Task
Log ( string content, LogLevel level = LogLevel.Info, bool ignoreNewLine = true ) : void

Method Details

DelayAsync() public static method

public static DelayAsync ( int interval, CoreDispatcher dispatcher ) : Task
interval int
dispatcher CoreDispatcher
return Task

Log() public static method

public static Log ( string content, LogLevel level = LogLevel.Info, bool ignoreNewLine = true ) : void
content string
level LogLevel
ignoreNewLine bool
return void