Simias::ISimiasLog Interface Reference

Simias Log Interface. More...

Inheritance diagram for Simias::ISimiasLog:

Inheritance graph
[legend]

List of all members.

Public Member Functions

void Debug (string format, params object[] args)
 Log a DEBUG level message.
void Info (string format, params object[] args)
 Log a INFO level message.
void Warn (string format, params object[] args)
 Log a WARN level message.
void Error (string format, params object[] args)
 Log a ERROR level message.
void Fatal (string format, params object[] args)
 Log a FATAL level message.
void Debug (Exception e, string format, params object[] args)
 Log a DEBUG level message.
void Info (Exception e, string format, params object[] args)
 Log a INFO level message.
void Warn (Exception e, string format, params object[] args)
 Log a WARN level message.
void Error (Exception e, string format, params object[] args)
 Log a ERROR level message.
void Fatal (Exception e, string format, params object[] args)
 Log a FATAL level message.


Detailed Description

Simias Log Interface.


Member Function Documentation

void Simias::ISimiasLog::Debug ( string  format,
params object[]  args 
)

Log a DEBUG level message.

Parameters:
format A string with optional format items.
args An optional array of objects to format.

Implemented in Simias::SimiasLog.

void Simias::ISimiasLog::Info ( string  format,
params object[]  args 
)

Log a INFO level message.

Parameters:
format A string with optional format items.
args An optional array of objects to format.

Implemented in Simias::SimiasLog.

void Simias::ISimiasLog::Warn ( string  format,
params object[]  args 
)

Log a WARN level message.

Parameters:
format A string with optional format items.
args An optional array of objects to format.

Implemented in Simias::SimiasLog.

void Simias::ISimiasLog::Error ( string  format,
params object[]  args 
)

Log a ERROR level message.

Parameters:
format A string with optional format items.
args An optional array of objects to format.

Implemented in Simias::SimiasLog.

void Simias::ISimiasLog::Fatal ( string  format,
params object[]  args 
)

Log a FATAL level message.

Parameters:
format A string with optional format items.
args An optional array of objects to format.

Implemented in Simias::SimiasLog.

void Simias::ISimiasLog::Debug ( Exception  e,
string  format,
params object[]  args 
)

Log a DEBUG level message.

Parameters:
e An exception associated with the message.
format A string with optional format items.
args An optional array of objects to format.

Implemented in Simias::SimiasLog.

void Simias::ISimiasLog::Info ( Exception  e,
string  format,
params object[]  args 
)

Log a INFO level message.

Parameters:
e An exception associated with the message.
format A string with optional format items.
args An optional array of objects to format.

Implemented in Simias::SimiasLog.

void Simias::ISimiasLog::Warn ( Exception  e,
string  format,
params object[]  args 
)

Log a WARN level message.

Parameters:
e An exception associated with the message.
format A string with optional format items.
args An optional array of objects to format.

Implemented in Simias::SimiasLog.

void Simias::ISimiasLog::Error ( Exception  e,
string  format,
params object[]  args 
)

Log a ERROR level message.

Parameters:
e An exception associated with the message.
format A string with optional format items.
args An optional array of objects to format.

Implemented in Simias::SimiasLog.

void Simias::ISimiasLog::Fatal ( Exception  e,
string  format,
params object[]  args 
)

Log a FATAL level message.

Parameters:
e An exception associated with the message.
format A string with optional format items.
args An optional array of objects to format.

Implemented in Simias::SimiasLog.


The documentation for this interface was generated from the following file:

Generated on Wed Apr 8 14:46:31 2009 for simias by  doxygen 1.5.6