Welcome, Guest Log In

Class Krai_Log_Logger_Console

Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Krai_Log_Logger

Krai_Log_Logger::$instance_is_open
Krai_Log_Logger::$messages
Krai_Log_Logger::$needs_reset
Krai_Log_Logger::$parent_logger_instance
Krai_Log_Logger::$queue_mode
Krai_Log_Logger::$thresh
Krai_Log_Logger::$type

Inherited From Krai_Log_Logger

Krai_Log_Logger::__construct()
Constructor
Krai_Log_Logger::Close()
Close the logging instance
Krai_Log_Logger::DisableQueueMode()
Turn off queuing
Krai_Log_Logger::EnableQueueMode()
Turn on queuing
Krai_Log_Logger::Entry()
Log a message
Krai_Log_Logger::FlushMsg()
Flush a message from the log queue
Krai_Log_Logger::FlushQueue()
Flush the log queue
Krai_Log_Logger::GetType()
Get the type of the instance
Krai_Log_Logger::Open()
Open the log instance
Krai_Log_Logger::QueueMsg()
Add a message to the queue
Krai_Log_Logger::Reset()
Reset things
Krai_Log_Logger::SetErrorConditionThresh()
Set If error condition thresh, then what to log
Krai_Log_Logger::SetErrorConditionTriggerThresh()
Set error condition threshold
Krai_Log_Logger::SetMaxQueueSize()
Set the queue size
Krai_Log_Logger::SetThresh()
Set threshold for what to log
Krai_Log_Logger::WriteLog()
Write a message to the syslog

[ Top ]
Property Summary
string   $break_character   Line break character

[ Top ]
Method Summary
Krai_Log_Logger_Console   __construct()   Constructor - give the instance references to its parent etc
void   ConsoleSetWeb()   Set that the console is in fact the web
boolean   EnableQueueMode()   Turn on queueing
void   TypeSpecificClose()   Does nothing
boolean   TypeSpecificOpen()   Does nothing
void   TypeSpecificOutputMsg()   Actually output the message
void   TypeSpecificReset()   Does nothing

[ Top ]
Properties
string   $break_character [line 24]

Line break character

API Tags:
Access:  protected


[ Top ]
Methods
Constructor __construct  [line 32]

  Krai_Log_Logger_Console __construct( &$parent_logger_instance, string $parent_application, mixed $parent_logger_instance  )

Constructor - give the instance references to its parent etc

Parameters:
mixed   $parent_logger_instance: 
string   $parent_application: 
   &$parent_logger_instance: 

API Tags:
Access:  public


Redefinition of:
Krai_Log_Logger::__construct()
Constructor

[ Top ]
ConsoleSetWeb  [line 56]

  void ConsoleSetWeb( )

Set that the console is in fact the web


API Tags:
Access:  public


[ Top ]
EnableQueueMode  [line 45]

  boolean EnableQueueMode( )

Turn on queueing


API Tags:
Return:  false
Access:  public


Redefinition of:
Krai_Log_Logger::EnableQueueMode()
Turn on queuing

[ Top ]
TypeSpecificClose  [line 96]

  void TypeSpecificClose( )

Does nothing


API Tags:
Access:  public


[ Top ]
TypeSpecificOpen  [line 74]

  boolean TypeSpecificOpen( )

Does nothing


API Tags:
Return:  true
Access:  public


[ Top ]
TypeSpecificOutputMsg  [line 84]

  void TypeSpecificOutputMsg( $entry  )

Actually output the message

Parameters:
array   $entry: 

API Tags:
Access:  public


[ Top ]
TypeSpecificReset  [line 65]

  void TypeSpecificReset( )

Does nothing


API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 25 Jul 2008 15:19:09 -0400 by phpDocumentor 1.4.2
Krai Framework site admin credits sitemap valid xhtml?