C# 클래스 Soloco.RealTimeWeb.Environment.Core.Logger

상속: ILogger
파일 보기 프로젝트 열기: tim-cools/RealTimeWeb.NET

공개 메소드들

메소드 설명
Scope ( string title ) : IDisposable
WriteLine ( ) : void
WriteLine ( string message ) : void

비공개 메소드들

메소드 설명
Indent ( int value ) : void

메소드 상세

Scope() 공개 메소드

public Scope ( string title ) : IDisposable
title string
리턴 IDisposable

WriteLine() 공개 메소드

public WriteLine ( ) : void
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string message ) : void
message string
리턴 void