C# Class WebQQ.Im.Service.Impl.QQLogger

Inheritance: SimpleConsoleLogger, IQQService
Mostrar archivo Open project: huoshan12345/iQQ.Net

Public Methods

Method Description
QQLogger ( IQQContext 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

QQLogger() public method

public QQLogger ( IQQContext context, LogLevel minLevel = LogLevel.Information ) : System
context IQQContext
minLevel LogLevel
return System