C# Class Whitelog.Core.LogTunnel

Inheritance: ILog
Afficher le fichier Open project: ronenbarak/Whitelog Class Usage Examples

Méthodes publiques

Méthode Description
CreateScope ( string title ) : ILogScope
Log ( ILogTitle title, object paramaeter ) : void
Log ( LogEntry logEntry ) : void
LogTunnel ( ISystemTime systemTime, ILogScopeSyncImplementation logScopeSyncImplementation ) : System
LogWithNotTimeSet ( LogEntry logEntry ) : void

Method Details

CreateScope() public méthode

public CreateScope ( string title ) : ILogScope
title string
Résultat ILogScope

Log() public méthode

public Log ( ILogTitle title, object paramaeter ) : void
title ILogTitle
paramaeter object
Résultat void

Log() public méthode

public Log ( LogEntry logEntry ) : void
logEntry Whitelog.Interface.LogEntry
Résultat void

LogTunnel() public méthode

public LogTunnel ( ISystemTime systemTime, ILogScopeSyncImplementation logScopeSyncImplementation ) : System
systemTime ISystemTime
logScopeSyncImplementation ILogScopeSyncImplementation
Résultat System

LogWithNotTimeSet() public méthode

public LogWithNotTimeSet ( LogEntry logEntry ) : void
logEntry Whitelog.Interface.LogEntry
Résultat void