Welcome, Guest Log In

Class Krai_Log_Logger_Local

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   $file_pointer   A File pointer
mixed   $logfile   The actual file (path.filename)
string   $logfile_name   Name of the log
string   $logfile_path   Path to the log
mixed   $mode   Logging mode

[ Top ]
Method Summary
Krai_Log_Logger_Local   __construct()   Constructor
void   LocalSetLogfileMode()   Set the log mode
void   LocalSetLogfileName()   Set the log file name
void   LocalSetLogfilePath()   Set the log path
boolean   TypeSpecificClose()   Close the log file
boolean   TypeSpecificOpen()   Open the logging instance
void   TypeSpecificOutputMsg()   Write a message to the log
void   TypeSpecificReset()   Reset stuff

[ Top ]
Properties
mixed   $file_pointer [line 48]

A File pointer

API Tags:
Access:  protected


[ Top ]
mixed   $logfile [line 36]

The actual file (path.filename)

API Tags:
Access:  protected


[ Top ]
string   $logfile_name [line 30]

Name of the log

API Tags:
Access:  protected


[ Top ]
string   $logfile_path [line 24]

Path to the log

API Tags:
Access:  protected


[ Top ]
mixed   $mode [line 42]

Logging mode

API Tags:
Access:  protected


[ Top ]
Methods
Constructor __construct  [line 56]

  Krai_Log_Logger_Local __construct( &$parent_logger_instance, mixed $parent_application, mixed $parent_logger_instance  )

Constructor

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

API Tags:
Access:  public


Redefinition of:
Krai_Log_Logger::__construct()
Constructor

[ Top ]
LocalSetLogfileMode  [line 70]

  void LocalSetLogfileMode( mixed $mode  )

Set the log mode

Parameters:
mixed   $mode: 

API Tags:
Access:  public


[ Top ]
LocalSetLogfileName  [line 80]

  void LocalSetLogfileName( string $logfile_name  )

Set the log file name

Parameters:
string   $logfile_name: 

API Tags:
Access:  public


[ Top ]
LocalSetLogfilePath  [line 91]

  void LocalSetLogfilePath( string $logfile_path  )

Set the log path

Parameters:
string   $logfile_path: 

API Tags:
Access:  public


[ Top ]
TypeSpecificClose  [line 156]

  boolean TypeSpecificClose( )

Close the log file


API Tags:
Access:  public


[ Top ]
TypeSpecificOpen  [line 115]

  boolean TypeSpecificOpen( )

Open the logging instance


API Tags:
Access:  public


[ Top ]
TypeSpecificOutputMsg  [line 144]

  void TypeSpecificOutputMsg( $entry  )

Write a message to the log

Parameters:
   $entry: 

API Tags:
Access:  public


[ Top ]
TypeSpecificReset  [line 105]

  void TypeSpecificReset( )

Reset stuff


API Tags:
Access:  public


[ Top ]

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