C# Class nature_net.log

Datei anzeigen Open project: naturenet/nature-net-ppi

Public Methods

Method Description
WriteErrorLog ( Exception e ) : void
WriteInteractionLog ( int type, string details, System t ) : void
WriteInteractionLog ( int type, string details, double x, double y ) : void

Method Details

WriteErrorLog() public static method

public static WriteErrorLog ( Exception e ) : void
e System.Exception
return void

WriteInteractionLog() public static method

public static WriteInteractionLog ( int type, string details, System t ) : void
type int
details string
t System
return void

WriteInteractionLog() public static method

public static WriteInteractionLog ( int type, string details, double x, double y ) : void
type int
details string
x double
y double
return void