C# 클래스 Whitelog.Core.LogTunnel

상속: ILog
파일 보기 프로젝트 열기: ronenbarak/Whitelog 1 사용 예제들

공개 메소드들

메소드 설명
CreateScope ( string title ) : ILogScope
Log ( ILogTitle title, object paramaeter ) : void
Log ( LogEntry logEntry ) : void
LogTunnel ( ISystemTime systemTime, ILogScopeSyncImplementation logScopeSyncImplementation ) : System
LogWithNotTimeSet ( LogEntry logEntry ) : void

메소드 상세

CreateScope() 공개 메소드

public CreateScope ( string title ) : ILogScope
title string
리턴 ILogScope

Log() 공개 메소드

public Log ( ILogTitle title, object paramaeter ) : void
title ILogTitle
paramaeter object
리턴 void

Log() 공개 메소드

public Log ( LogEntry logEntry ) : void
logEntry Whitelog.Interface.LogEntry
리턴 void

LogTunnel() 공개 메소드

public LogTunnel ( ISystemTime systemTime, ILogScopeSyncImplementation logScopeSyncImplementation ) : System
systemTime ISystemTime
logScopeSyncImplementation ILogScopeSyncImplementation
리턴 System

LogWithNotTimeSet() 공개 메소드

public LogWithNotTimeSet ( LogEntry logEntry ) : void
logEntry Whitelog.Interface.LogEntry
리턴 void