C# Class MetFragNET.Algorithm.SilentLoggingTool

Inheritance: ILoggingTool
ファイルを表示 Open project: NonlinearDynamics/MetFrag.NET

Public Methods

Method 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 method

public static create ( Class sourceClass ) : object
sourceClass java.lang.Class
return object

debug() public method

public debug ( object obj ) : void
obj object
return void

dumpClasspath() public method

public dumpClasspath ( ) : void
return void

dumpSystemProperties() public method

public dumpSystemProperties ( ) : void
return void

error() public method

public error ( object obj ) : void
obj object
return void

fatal() public method

public fatal ( object obj ) : void
obj object
return void

info() public method

public info ( object obj ) : void
obj object
return void

isDebugEnabled() public method

public isDebugEnabled ( ) : bool
return bool

setStackLength() public method

public setStackLength ( int i ) : void
i int
return void

warn() public method

public warn ( object obj ) : void
obj object
return void