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

Inheritance: ILogger
ファイルを表示 Open project: tim-cools/RealTimeWeb.NET

Public Methods

Method Description
Scope ( string title ) : IDisposable
WriteLine ( ) : void
WriteLine ( string message ) : void

Private Methods

Method Description
Indent ( int value ) : void

Method Details

Scope() public method

public Scope ( string title ) : IDisposable
title string
return IDisposable

WriteLine() public method

public WriteLine ( ) : void
return void

WriteLine() public method

public WriteLine ( string message ) : void
message string
return void