Class ColorlessConsolePrinter
A colorless version of ColoredConsolePrinter, that indiscriminantly prints to standard out.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: IPA.Logging.Printers
Assembly: IPA.Loader.dll
Syntax
public class ColorlessConsolePrinter : LogPrinter
Properties
| Improve this Doc View SourceFilter
A filter for this specific printer.
Declaration
public override Logger.LogLevel Filter { get; set; }
Property Value
Type | Description |
---|---|
Logger.LogLevel | the filter level for this printer |
Overrides
Methods
| Improve this Doc View SourcePrint(Logger.Level, DateTime, String, String)
Prints an entry to standard out.
Declaration
public override void Print(Logger.Level level, DateTime time, string logName, string message)
Parameters
Type | Name | Description |
---|---|---|
Logger.Level | level | the Logger.Level of the message |
System.DateTime | time | the System.DateTime the message was recorded at |
System.String | logName | the name of the log that sent the message |
System.String | message | the message to print |