C# Класс CK.Core.LocalSenderExtension

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

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

Метод Описание
OpenGroup ( this @this, LogLevel level, string text, Exception ex, [ fileName = null, [ lineNumber ) : IDisposable
SendLine ( this @this, LogLevel level, string text, Exception ex, [ fileName = null, [ lineNumber ) : void

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

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

public static OpenGroup ( this @this, LogLevel level, string text, Exception ex, [ fileName = null, [ lineNumber ) : IDisposable
@this this
level LogLevel
text string
ex System.Exception
fileName [
lineNumber [
Результат IDisposable

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

public static SendLine ( this @this, LogLevel level, string text, Exception ex, [ fileName = null, [ lineNumber ) : void
@this this
level LogLevel
text string
ex System.Exception
fileName [
lineNumber [
Результат void