C# Class CK.Core.LocalSenderExtension

Afficher le fichier Open project: Invenietis/ck-core

Méthodes publiques

Méthode 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 méthode

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 [
Résultat IDisposable

SendLine() public static méthode

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 [
Résultat void