INetLoggerWriteNet Method |
LiteNetLib |
[Missing <summary> documentation for "M:LiteNetLib.INetLogger.WriteNet(System.ConsoleColor,System.String,System.Object[])"]
Namespace: LiteNetLib
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
void WriteNet( ConsoleColor color, string str, params Object[] args )
Parameters
- color
- Type: SystemConsoleColor
[Missing <param name="color"/> documentation for "M:LiteNetLib.INetLogger.WriteNet(System.ConsoleColor,System.String,System.Object[])"]
- str
- Type: SystemString
[Missing <param name="str"/> documentation for "M:LiteNetLib.INetLogger.WriteNet(System.ConsoleColor,System.String,System.Object[])"]
- args
- Type: SystemObject
[Missing <param name="args"/> documentation for "M:LiteNetLib.INetLogger.WriteNet(System.ConsoleColor,System.String,System.Object[])"]
See Also