C# Class WebWeChat.Im.Service.Impl.WeChatLogger

Inheritance: SimpleConsoleLogger, IWeChatService
Exibir arquivo Open project: huoshan12345/iQQ.Net

Public Methods

Method Description
WeChatLogger ( IWeChatContext context, LogLevel minLevel = LogLevel.Information ) : System

Protected Methods

Method Description
GetMessage ( string message, Exception exception ) : string

:warning:

Method Details

GetMessage() protected method

:warning:
protected GetMessage ( string message, Exception exception ) : string
message string
exception System.Exception
return string

WeChatLogger() public method

public WeChatLogger ( IWeChatContext context, LogLevel minLevel = LogLevel.Information ) : System
context IWeChatContext
minLevel LogLevel
return System