C# Class Utils.LoggerFile

Datei anzeigen Open project: eric7237cire/CodeJam

Public Methods

Method Description
CurrentDomain_ProcessExit ( object sender, EventArgs e ) : void

Private Methods

Method Description
ChangeIndent ( int val ) : void
Log ( String msg ) : void
LogDebug ( String msg ) : void
LogInfo ( String msg ) : void
LogTrace ( String msg ) : void
LoggerFile ( ) : System
replacePlaceholders ( string msg ) : string

Method Details

CurrentDomain_ProcessExit() public static method

public static CurrentDomain_ProcessExit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void