C# 클래스 XLog.NET.Targets.InMemoryBufferTarget

상속: Target, ILogStorage
파일 보기 프로젝트 열기: Belorus/XLog

공개 메소드들

메소드 설명
GetLastLogs ( ) : string
InMemoryBufferTarget ( int sizeInBytes ) : System
Write ( string content ) : void

메소드 상세

GetLastLogs() 공개 메소드

public GetLastLogs ( ) : string
리턴 string

InMemoryBufferTarget() 공개 메소드

public InMemoryBufferTarget ( int sizeInBytes ) : System
sizeInBytes int
리턴 System

Write() 공개 메소드

public Write ( string content ) : void
content string
리턴 void