org.deegree.commons.utils
Class DeegreeAALogoUtils

java.lang.Object
  extended by org.deegree.commons.utils.DeegreeAALogoUtils

public class DeegreeAALogoUtils
extends Object

Provides utility methods for outputting/logging the deegree 3 ascii art logo.

Version:
$Revision: 30119 $, $Date: 2011-03-22 10:02:35 +0100 (Tue, 22 Mar 2011) $
Author:
Markus Schneider, last edited by: $Author: aschmitz $

Constructor Summary
DeegreeAALogoUtils()
           
 
Method Summary
static String getAsString()
          Returns the logo as a single string, with newline separators.
static void logInfo(org.slf4j.Logger log)
          Writes the logo to the given Logger, using the Info log level.
static void print(OutputStream os)
          Writes the logo to the given OutputStream.
static void print(Writer writer)
          Writes the logo to the given Writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeegreeAALogoUtils

public DeegreeAALogoUtils()
Method Detail

logInfo

public static void logInfo(org.slf4j.Logger log)
Writes the logo to the given Logger, using the Info log level.

Parameters:
log - Logger to write to

print

public static void print(Writer writer)
Writes the logo to the given Writer.

Parameters:
writer - Writer to write to

print

public static void print(OutputStream os)
Writes the logo to the given OutputStream.

Parameters:
os - OutputStream to write to

getAsString

public static String getAsString()
Returns the logo as a single string, with newline separators.

Returns:
the logo as a single string


Copyright © 2011. All Rights Reserved.