| static | LogClient() |
| private | LogClient() |
| public void | CloseConnection() |
| public void | Connect() |
| public nothrow bool | Connected() const |
| public static LogClient& | Instance() |
| public nothrow int | Port() const |
| public nothrow void | SetPort(int port_) |
| public void | Write(const String<char>& str) |
| private bool | connected |
| private static UniquePtr<LogClient> | instance |
| private int | port |
| private UniquePtr<Socket> | socket |