C# Class NAppUpdate.Framework.Common.Logger

ファイルを表示 Open project: robinwassen/NAppUpdate2

Public Methods

Method Description
Dump ( ) : void
Dump ( string filePath ) : void
Log ( Exception exception ) : void
Log ( Exception exception, string message ) : void
Log ( SeverityLevel severity, string message ) : void
Log ( string message ) : void
Logger ( ) : System
Logger ( List logItems ) : System

Method Details

Dump() public method

public Dump ( ) : void
return void

Dump() public method

public Dump ( string filePath ) : void
filePath string
return void

Log() public method

public Log ( Exception exception ) : void
exception System.Exception
return void

Log() public method

public Log ( Exception exception, string message ) : void
exception System.Exception
message string
return void

Log() public method

public Log ( SeverityLevel severity, string message ) : void
severity SeverityLevel
message string
return void

Log() public method

public Log ( string message ) : void
message string
return void

Logger() public method

public Logger ( ) : System
return System

Logger() public method

public Logger ( List logItems ) : System
logItems List
return System