Welcome, Guest Log In

Class Krai_Log_Logger_Syslog

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
mixed   $facility   No idea....

[ Top ]
Method Summary
Krai_Log_Logger_Syslog   __construct()   Constructor
boolean   EnableQueueMode()   Turn on queuing
void   SyslogSetFacility()   Set the facility to which to log
boolean   TypeSpecificClose()   Close the log
boolean   TypeSpecificOpen()   Open the log
void   TypeSpecificOutputMsg()   Write a message to the log
void   TypeSpecificReset()   Does nothing

[ Top ]
Properties
mixed   $facility [line 24]

No idea....

API Tags:
Access:  protected


[ Top ]
Methods
Constructor __construct  [line 32]

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

Constructor

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

API Tags:
Access:  public


Redefinition of:
Krai_Log_Logger::__construct()
Constructor

[ Top ]
EnableQueueMode  [line 45]

  boolean EnableQueueMode( )

Turn on queuing


API Tags:
Return:  false
Access:  public


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

[ Top ]
SyslogSetFacility  [line 57]

  void SyslogSetFacility( mix $facility  )

Set the facility to which to log

Parameters:
mix   $facility: 

API Tags:
Access:  public


[ Top ]
TypeSpecificClose  [line 99]

  boolean TypeSpecificClose( )

Close the log


API Tags:
Access:  public


[ Top ]
TypeSpecificOpen  [line 76]

  boolean TypeSpecificOpen( )

Open the log


API Tags:
Access:  public


[ Top ]
TypeSpecificOutputMsg  [line 87]

  void TypeSpecificOutputMsg( $entry  )

Write a message to the log

Parameters:
array   $entry: 

API Tags:
Access:  public


[ Top ]
TypeSpecificReset  [line 67]

  void TypeSpecificReset( )

Does nothing


API Tags:
Access:  public


[ Top ]

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