Servoy 5.x Public API

com.servoy.j2db.util
Interface ILogLevel

All Known Subinterfaces:
IClientPluginAccess, IWebClientPluginAccess

public interface ILogLevel

Logging levels that can be passed as parameter to application.output javascript function


Field Summary
static int DEBUG
          Logging level.
static int ERROR
          Logging level.
static int FATAL
          Logging level.
static int INFO
          Logging level.
static int WARNING
          Logging level.
 

Field Detail

DEBUG

static final int DEBUG
Logging level.

See Also:
Constant Field Values

ERROR

static final int ERROR
Logging level.

See Also:
Constant Field Values

FATAL

static final int FATAL
Logging level.

See Also:
Constant Field Values

INFO

static final int INFO
Logging level.

See Also:
Constant Field Values

WARNING

static final int WARNING
Logging level.

See Also:
Constant Field Values

Copyright © 2010 Servoy B.V.