Authentication
API v8.1 SP2

com.rsa.authagent.authapi.logger
Class LoggerOutput

java.lang.Object
  extended by com.rsa.authagent.authapi.logger.LoggerOutput
Direct Known Subclasses:
ConsoleOutput, FileOutput

public abstract class LoggerOutput
extends java.lang.Object

Generic output object for the logger.


Field Summary
static ConsoleOutput CONSOLE_OUTPUT
          Pre-defined Console Output.
static FileOutput FILE_OUTPUT
          Pre-defined Default File Output.
static int RSA_LOG_TO_CONSOLE
          Logs messages to the Java Console.
static int RSA_LOG_TO_FILE
          Logs messages to a file.
 
Method Summary
 int getOutputType()
          Returns the outputType.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RSA_LOG_TO_CONSOLE

public static final int RSA_LOG_TO_CONSOLE
Logs messages to the Java Console.

See Also:
Constant Field Values

RSA_LOG_TO_FILE

public static final int RSA_LOG_TO_FILE
Logs messages to a file.

See Also:
Constant Field Values

CONSOLE_OUTPUT

public static final ConsoleOutput CONSOLE_OUTPUT
Pre-defined Console Output.


FILE_OUTPUT

public static final FileOutput FILE_OUTPUT
Pre-defined Default File Output.

Method Detail

getOutputType

public int getOutputType()
Returns the outputType.

Returns:
int

Authentication
API v8.1 SP2

Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.