C# Class Soloco.RealTimeWeb.Environment.Core.Logger

Inheritance: ILogger
Afficher le fichier Open project: tim-cools/RealTimeWeb.NET

Méthodes publiques

Méthode Description
Scope ( string title ) : IDisposable
WriteLine ( ) : void
WriteLine ( string message ) : void

Private Methods

Méthode Description
Indent ( int value ) : void

Method Details

Scope() public méthode

public Scope ( string title ) : IDisposable
title string
Résultat IDisposable

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( string message ) : void
message string
Résultat void