C# 클래스 Appccelerate.SourceTemplates.Log4Net.EnvironmentLogExtension

상속: Appccelerate.IO.Access.EnvironmentExtensionBase
파일 보기 프로젝트 열기: appccelerate/appccelerate

공개 메소드들

메소드 설명
BeginExit ( int exitCode ) : void
BeginExpandEnvironmentVariables ( string name ) : void
BeginFailFast ( string message ) : void
BeginFailFast ( string message, Exception exception ) : void
BeginGetCommandLineArgs ( ) : void
BeginGetEnvironmentVariable ( string variable ) : void
BeginGetEnvironmentVariable ( string variable, EnvironmentVariableTarget target ) : void
BeginGetEnvironmentVariables ( ) : void
BeginGetEnvironmentVariables ( EnvironmentVariableTarget target ) : void
BeginGetFolderPath ( Environment folder ) : void
BeginGetFolderPath ( Environment folder, Environment option ) : void
BeginGetLogicalDrives ( ) : void
BeginSetEnvironmentVariable ( string variable, string value ) : void
BeginSetEnvironmentVariable ( string variable, string value, EnvironmentVariableTarget target ) : void
EndExit ( int exitCode ) : void
EndExpandEnvironmentVariables ( string result, string name ) : void
EndFailFast ( string message ) : void
EndFailFast ( string message, Exception exception ) : void
EndGetCommandLineArgs ( string result ) : void
EndGetEnvironmentVariable ( string result, string variable ) : void
EndGetEnvironmentVariable ( string result, string variable, EnvironmentVariableTarget target ) : void
EndGetEnvironmentVariables ( IDictionary result ) : void
EndGetEnvironmentVariables ( IDictionary result, EnvironmentVariableTarget target ) : void
EndGetFolderPath ( string result, Environment folder ) : void
EndGetFolderPath ( string result, Environment folder, Environment option ) : void
EndGetLogicalDrives ( string result ) : void
EndSetEnvironmentVariable ( string variable, string value ) : void
EndSetEnvironmentVariable ( string variable, string value, EnvironmentVariableTarget target ) : void
EnvironmentLogExtension ( ) : System

Initializes a new instance of the EnvironmentLogExtension class.

EnvironmentLogExtension ( log4net.ILog logger ) : System

Initializes a new instance of the EnvironmentLogExtension class.

EnvironmentLogExtension ( string logger ) : System

Initializes a new instance of the EnvironmentLogExtension class.

FailExit ( Exception &exception ) : void
FailExpandEnvironmentVariables ( Exception &exception ) : void
FailFailFast ( Exception &exception ) : void
FailGetCommandLineArgs ( Exception &exception ) : void
FailGetEnvironmentVariable ( Exception &exception ) : void
FailGetEnvironmentVariables ( Exception &exception ) : void
FailGetFolderPath ( Exception &exception ) : void
FailGetLogicalDrives ( Exception &exception ) : void
FailSetEnvironmentVariable ( Exception &exception ) : void

메소드 상세

BeginExit() 공개 메소드

public BeginExit ( int exitCode ) : void
exitCode int
리턴 void

BeginExpandEnvironmentVariables() 공개 메소드

public BeginExpandEnvironmentVariables ( string name ) : void
name string
리턴 void

BeginFailFast() 공개 메소드

public BeginFailFast ( string message ) : void
message string
리턴 void

BeginFailFast() 공개 메소드

public BeginFailFast ( string message, Exception exception ) : void
message string
exception System.Exception
리턴 void

BeginGetCommandLineArgs() 공개 메소드

public BeginGetCommandLineArgs ( ) : void
리턴 void

BeginGetEnvironmentVariable() 공개 메소드

public BeginGetEnvironmentVariable ( string variable ) : void
variable string
리턴 void

BeginGetEnvironmentVariable() 공개 메소드

public BeginGetEnvironmentVariable ( string variable, EnvironmentVariableTarget target ) : void
variable string
target EnvironmentVariableTarget
리턴 void

BeginGetEnvironmentVariables() 공개 메소드

public BeginGetEnvironmentVariables ( ) : void
리턴 void

BeginGetEnvironmentVariables() 공개 메소드

public BeginGetEnvironmentVariables ( EnvironmentVariableTarget target ) : void
target EnvironmentVariableTarget
리턴 void

BeginGetFolderPath() 공개 메소드

public BeginGetFolderPath ( Environment folder ) : void
folder System.Environment
리턴 void

BeginGetFolderPath() 공개 메소드

public BeginGetFolderPath ( Environment folder, Environment option ) : void
folder System.Environment
option System.Environment
리턴 void

BeginGetLogicalDrives() 공개 메소드

public BeginGetLogicalDrives ( ) : void
리턴 void

BeginSetEnvironmentVariable() 공개 메소드

public BeginSetEnvironmentVariable ( string variable, string value ) : void
variable string
value string
리턴 void

BeginSetEnvironmentVariable() 공개 메소드

public BeginSetEnvironmentVariable ( string variable, string value, EnvironmentVariableTarget target ) : void
variable string
value string
target EnvironmentVariableTarget
리턴 void

EndExit() 공개 메소드

public EndExit ( int exitCode ) : void
exitCode int
리턴 void

EndExpandEnvironmentVariables() 공개 메소드

public EndExpandEnvironmentVariables ( string result, string name ) : void
result string
name string
리턴 void

EndFailFast() 공개 메소드

public EndFailFast ( string message ) : void
message string
리턴 void

EndFailFast() 공개 메소드

public EndFailFast ( string message, Exception exception ) : void
message string
exception System.Exception
리턴 void

EndGetCommandLineArgs() 공개 메소드

public EndGetCommandLineArgs ( string result ) : void
result string
리턴 void

EndGetEnvironmentVariable() 공개 메소드

public EndGetEnvironmentVariable ( string result, string variable ) : void
result string
variable string
리턴 void

EndGetEnvironmentVariable() 공개 메소드

public EndGetEnvironmentVariable ( string result, string variable, EnvironmentVariableTarget target ) : void
result string
variable string
target EnvironmentVariableTarget
리턴 void

EndGetEnvironmentVariables() 공개 메소드

public EndGetEnvironmentVariables ( IDictionary result ) : void
result IDictionary
리턴 void

EndGetEnvironmentVariables() 공개 메소드

public EndGetEnvironmentVariables ( IDictionary result, EnvironmentVariableTarget target ) : void
result IDictionary
target EnvironmentVariableTarget
리턴 void

EndGetFolderPath() 공개 메소드

public EndGetFolderPath ( string result, Environment folder ) : void
result string
folder System.Environment
리턴 void

EndGetFolderPath() 공개 메소드

public EndGetFolderPath ( string result, Environment folder, Environment option ) : void
result string
folder System.Environment
option System.Environment
리턴 void

EndGetLogicalDrives() 공개 메소드

public EndGetLogicalDrives ( string result ) : void
result string
리턴 void

EndSetEnvironmentVariable() 공개 메소드

public EndSetEnvironmentVariable ( string variable, string value ) : void
variable string
value string
리턴 void

EndSetEnvironmentVariable() 공개 메소드

public EndSetEnvironmentVariable ( string variable, string value, EnvironmentVariableTarget target ) : void
variable string
value string
target EnvironmentVariableTarget
리턴 void

EnvironmentLogExtension() 공개 메소드

Initializes a new instance of the EnvironmentLogExtension class.
public EnvironmentLogExtension ( ) : System
리턴 System

EnvironmentLogExtension() 공개 메소드

Initializes a new instance of the EnvironmentLogExtension class.
public EnvironmentLogExtension ( log4net.ILog logger ) : System
logger log4net.ILog The logger.
리턴 System

EnvironmentLogExtension() 공개 메소드

Initializes a new instance of the EnvironmentLogExtension class.
public EnvironmentLogExtension ( string logger ) : System
logger string The logger.
리턴 System

FailExit() 공개 메소드

public FailExit ( Exception &exception ) : void
exception System.Exception
리턴 void

FailExpandEnvironmentVariables() 공개 메소드

public FailExpandEnvironmentVariables ( Exception &exception ) : void
exception System.Exception
리턴 void

FailFailFast() 공개 메소드

public FailFailFast ( Exception &exception ) : void
exception System.Exception
리턴 void

FailGetCommandLineArgs() 공개 메소드

public FailGetCommandLineArgs ( Exception &exception ) : void
exception System.Exception
리턴 void

FailGetEnvironmentVariable() 공개 메소드

public FailGetEnvironmentVariable ( Exception &exception ) : void
exception System.Exception
리턴 void

FailGetEnvironmentVariables() 공개 메소드

public FailGetEnvironmentVariables ( Exception &exception ) : void
exception System.Exception
리턴 void

FailGetFolderPath() 공개 메소드

public FailGetFolderPath ( Exception &exception ) : void
exception System.Exception
리턴 void

FailGetLogicalDrives() 공개 메소드

public FailGetLogicalDrives ( Exception &exception ) : void
exception System.Exception
리턴 void

FailSetEnvironmentVariable() 공개 메소드

public FailSetEnvironmentVariable ( Exception &exception ) : void
exception System.Exception
리턴 void