C# Class Whitelog.Core.LogTunnel

Inheritance: ILog
Datei anzeigen Open project: ronenbarak/Whitelog Class Usage Examples

Public Methods

Method 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 method

public CreateScope ( string title ) : ILogScope
title string
return ILogScope

Log() public method

public Log ( ILogTitle title, object paramaeter ) : void
title ILogTitle
paramaeter object
return void

Log() public method

public Log ( LogEntry logEntry ) : void
logEntry Whitelog.Interface.LogEntry
return void

LogTunnel() public method

public LogTunnel ( ISystemTime systemTime, ILogScopeSyncImplementation logScopeSyncImplementation ) : System
systemTime ISystemTime
logScopeSyncImplementation ILogScopeSyncImplementation
return System

LogWithNotTimeSet() public method

public LogWithNotTimeSet ( LogEntry logEntry ) : void
logEntry Whitelog.Interface.LogEntry
return void