Craig's Utility Library  4.0 Beta
Utilities.IO.Logging.Default.DefaultLogger Class Reference

Default logger if one isn't found More...

Inheritance diagram for Utilities.IO.Logging.Default.DefaultLogger:
Utilities.IO.Logging.BaseClasses.LoggerBase Utilities.DataTypes.Patterns.BaseClasses.SafeDisposableBaseClass Utilities.IO.Logging.Interfaces.ILogger

Public Member Functions

override void AddLog (string Name="Default")
 Adds a log to the logger More...
 
- Public Member Functions inherited from Utilities.IO.Logging.BaseClasses.LoggerBase
ILog GetLog (string Name="Default")
 Gets a specified log More...
 
override string ToString ()
 String representation of the logger More...
 
- Public Member Functions inherited from Utilities.DataTypes.Patterns.BaseClasses.SafeDisposableBaseClass
void Dispose ()
 Dispose function More...
 

Properties

override string Name [get]
 Name of the logger More...
 
- Properties inherited from Utilities.IO.Logging.BaseClasses.LoggerBase
IDictionary< string, ILogLogs [get]
 Called to log the current message More...
 
abstract string Name [get]
 Name of the logger More...
 
- Properties inherited from Utilities.IO.Logging.Interfaces.ILogger
IDictionary< string, ILogLogs [get]
 Logs held by the logger More...
 
string Name [get]
 Name of the logger More...
 

Additional Inherited Members

- Protected Member Functions inherited from Utilities.IO.Logging.BaseClasses.LoggerBase
 LoggerBase ()
 Constructor More...
 
override void Dispose (bool Managed)
 Disposes of the objects More...
 
- Protected Member Functions inherited from Utilities.DataTypes.Patterns.BaseClasses.SafeDisposableBaseClass
 SafeDisposableBaseClass ()
 Construct More...
 

Detailed Description

Default logger if one isn't found

Definition at line 29 of file DefaultLogger.cs.

Member Function Documentation

override void Utilities.IO.Logging.Default.DefaultLogger.AddLog ( string  Name = "Default")
virtual

Adds a log to the logger

Parameters
NameName of the log

Implements Utilities.IO.Logging.BaseClasses.LoggerBase.

Definition at line 43 of file DefaultLogger.cs.

Property Documentation

override string Utilities.IO.Logging.Default.DefaultLogger.Name
get

Name of the logger

Definition at line 35 of file DefaultLogger.cs.


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