C# Class NLog.CommandLineTool.Program

Show file Open project: sschmid/NLog

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
initClient ( string args ) : void
initServer ( string args ) : void
onCancel ( object sender, ConsoleCancelEventArgs e ) : void
onDisconnect ( object sender, EventArgs e ) : void
onReceive ( object sender, ReceiveEventArgs e ) : void
printUsage ( ) : void
start ( ) : void

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void