C# Class CK.Core.LocalSenderExtension

Show file Open project: Invenietis/ck-core

Public Methods

Method Description
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

Method Details

OpenGroup() public static method

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 [
return IDisposable

SendLine() public static method

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 [
return void