org.das2.system.DasLogger


DISABLE_RELOAD


APPLICATION_LOG

messages having to do with the application-specific Das 2 Application


SYSTEM_LOG

system messages such as RequestProcessor activity


GUI_LOG

events, gestures, user feedback


GRAPHICS_LOG

renders, drawing


RENDERER_LOG

renderer's logger


DATA_OPERATIONS_LOG

rebinning and dataset operators


DATA_TRANSFER_LOG

internet transactions, file I/O


FILESYSTEM_LOG

virtual file system activities


DASML_LOG

das2 application description files


addHandlerToAll

addHandlerToAll( java.util.logging.Handler h ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


getDebugLogger

getDebugLogger( ) → Logger

logger for messages to developers

Returns:

java.util.logging.Logger

search for examples view on GitHub view source


reload

reload( ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


removeAllHandlers

removeAllHandlers( ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setUpHandler

setUpHandler( String name ) → void

add the one handler to all...

Parameters

name -

Returns:

void (returns nothing)

search for examples view on GitHub view source