C# Class nature_net.log

Afficher le fichier Open project: naturenet/nature-net-ppi

Méthodes publiques

Méthode 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 méthode

public static WriteErrorLog ( Exception e ) : void
e System.Exception
Résultat void

WriteInteractionLog() public static méthode

public static WriteInteractionLog ( int type, string details, System t ) : void
type int
details string
t System
Résultat void

WriteInteractionLog() public static méthode

public static WriteInteractionLog ( int type, string details, double x, double y ) : void
type int
details string
x double
y double
Résultat void