C# Класс OpenNos.Core.Logger

Показать файл Открыть проект

Открытые методы

Метод Описание
Debug ( string message, int sessionId, [ memberName = "" ) : void

Wraps up the message with the CallerMemberName

Error ( Exception innerException = null, [ memberName = "" ) : void

Wraps up the error message with the CallerMemberName

InitializeLogger ( log4net.ILog log ) : void
InitializeLogger ( object p ) : void

Описание методов

Debug() публичный статический Метод

Wraps up the message with the CallerMemberName
public static Debug ( string message, int sessionId, [ memberName = "" ) : void
message string
sessionId int
memberName [
Результат void

Error() публичный статический Метод

Wraps up the error message with the CallerMemberName
public static Error ( Exception innerException = null, [ memberName = "" ) : void
innerException System.Exception
memberName [
Результат void

InitializeLogger() публичный статический Метод

public static InitializeLogger ( log4net.ILog log ) : void
log log4net.ILog
Результат void

InitializeLogger() публичный статический Метод

public static InitializeLogger ( object p ) : void
p object
Результат void