DebugFileLogger

Namespace: uModCommonLogging

Assembly: uMod.Common.dll

Inheritance Object DebugFileLogger

Implements ILogger

Summary

Basic debug single-file logger

Constructors

Name

Summary

DebugFileLogger (String, String)

Create a new instance of the DebugFileLogger class

Properties

Name

Summary

LogLevel

OnAdded

OnConfigure

OnRemoved

Methods

Name

Summary

Alert (String)

Writes an alert message to the log file

Clear ()

Clear log file

Critical (String)

Writes a critical message to the log file

Debug (String)

Writes a debug message to the log file

Emergency (String)

Writes an emergency message to the log file

Error (String)

Writes a error message to the log file

Info (String)

Writes an informational message to the log file

Notice (String)

Writes a notice message to the log file

Report (String, Exception)

Writes an exception report message to the log file

Report (Exception)

Writes an exception report message to the log file

Warning (String)

Writes a warning message to the log file

Write (LogLevel, String)

Writes a message to the log file

Write (LogMessage)

Writes a message to the log file