C# Class XLog.NET.Targets.InMemoryBufferTarget

Inheritance: Target, ILogStorage
Afficher le fichier Open project: Belorus/XLog

Méthodes publiques

Méthode Description
GetLastLogs ( ) : string
InMemoryBufferTarget ( int sizeInBytes ) : System
Write ( string content ) : void

Method Details

GetLastLogs() public méthode

public GetLastLogs ( ) : string
Résultat string

InMemoryBufferTarget() public méthode

public InMemoryBufferTarget ( int sizeInBytes ) : System
sizeInBytes int
Résultat System

Write() public méthode

public Write ( string content ) : void
content string
Résultat void