com.zion.jbuddy.bots
Class BotLogLevel

java.lang.Object
  extended by com.zion.jbuddy.bots.BotLogLevel

public class BotLogLevel
extends Object

Available log levels.

Setting the log level to a specific type will allow log messages of that type, as well as any other message types with a higher priority, to be outputted to the system console.

Log message types, in order of priority:


Field Summary
static BotLogLevel ALL
          All log messages will be reported.
static BotLogLevel DEBUG
          Debug messages (or higher) will be reported.
static BotLogLevel ERROR
          Only error messages will be reported.
static BotLogLevel EXCEPTION
          Exception messages (or higher) will be reported.
static BotLogLevel OFF
          No log messages will be reported.
static BotLogLevel TRACE
          Trace messages (or higher) will be reported.
static BotLogLevel WARNING
          Warning messages (or higher) will be reported.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERROR

public static BotLogLevel ERROR
Only error messages will be reported. Error messages indicate serious problems that will likely severely affect the operation of the bot engine.


EXCEPTION

public static BotLogLevel EXCEPTION
Exception messages (or higher) will be reported. Exception messages indicate less serious problems that may potentially affect the operation of the bot engine.


WARNING

public static BotLogLevel WARNING
Warning messages (or higher) will be reported. Warning messages indicate potential problems that do not severely affect the operation of the bot engine.

This is the default level.


TRACE

public static BotLogLevel TRACE
Trace messages (or higher) will be reported. Trace messages are informational messages that describe what the bot engine is doing.


DEBUG

public static BotLogLevel DEBUG
Debug messages (or higher) will be reported. Debug messages further describe what the bot engine is doing, and may aid in debugging the bot engine.


ALL

public static BotLogLevel ALL
All log messages will be reported.


OFF

public static BotLogLevel OFF
No log messages will be reported.

Method Detail

toString

public String toString()
Overrides:
toString in class Object


JBuddy is a trademark of Zion Software, LLC in the US and other countries.
Copyright 2000-2008 Zion Software, LLC All Rights Reserved.