C# Class SharpLog.DebugLogger

Inheritance: SynchronousFormattableLogger
Datei anzeigen Open project: prasannavl/SharpLog

Public Methods

Method Description
DebugLogger ( ) : System
Format ( string text, LogLevel level, string callerName ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void
Execute ( LogLevel level, string text, string callerName ) : void

Method Details

DebugLogger() public method

public DebugLogger ( ) : System
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Execute() protected method

protected Execute ( LogLevel level, string text, string callerName ) : void
level LogLevel
text string
callerName string
return void

Format() public method

public Format ( string text, LogLevel level, string callerName ) : string
text string
level LogLevel
callerName string
return string