Logger

Namespace: uModLogging

Assembly: uMod.Core.dll

Inheritance Object Logger

Implements ILogger

Summary

Represents a logger

Properties

Name

Summary

LogLevel

OnAdded

OnConfigure

OnRemoved

Methods

Name

Summary

Alert (String)

Critical (String)

Debug (String)

Emergency (String)

Error (String)

Info (String)

Notice (String)

Report (String, Exception)

Writes an exception to this logger

Report (Exception)

Warning (String)

Write (LogLevel, String)

Writes a message to this logger

Write (LogMessage, String)