C# Class MetFragNET.Algorithm.SilentLoggingTool

Inheritance: ILoggingTool
Afficher le fichier Open project: NonlinearDynamics/MetFrag.NET

Méthodes publiques

Méthode Description
create ( Class sourceClass ) : object
debug ( object obj ) : void
dumpClasspath ( ) : void
dumpSystemProperties ( ) : void
error ( object obj ) : void
fatal ( object obj ) : void
info ( object obj ) : void
isDebugEnabled ( ) : bool
setStackLength ( int i ) : void
warn ( object obj ) : void

Method Details

create() public static méthode

public static create ( Class sourceClass ) : object
sourceClass java.lang.Class
Résultat object

debug() public méthode

public debug ( object obj ) : void
obj object
Résultat void

dumpClasspath() public méthode

public dumpClasspath ( ) : void
Résultat void

dumpSystemProperties() public méthode

public dumpSystemProperties ( ) : void
Résultat void

error() public méthode

public error ( object obj ) : void
obj object
Résultat void

fatal() public méthode

public fatal ( object obj ) : void
obj object
Résultat void

info() public méthode

public info ( object obj ) : void
obj object
Résultat void

isDebugEnabled() public méthode

public isDebugEnabled ( ) : bool
Résultat bool

setStackLength() public méthode

public setStackLength ( int i ) : void
i int
Résultat void

warn() public méthode

public warn ( object obj ) : void
obj object
Résultat void